Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dbnomics-fetchers
meti-fetcher
Commits
907891d0
Commit
907891d0
authored
Mar 09, 2021
by
Christophe Benz
Browse files
Configure dev tools
parent
591ca1c6
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
907891d0
__pycache__/
.mypy_cache/
\ No newline at end of file
/.mypy_cache/
/.venv/
\ No newline at end of file
.vscode/settings.json
0 → 100644
View file @
907891d0
{
"python.pythonPath"
:
".venv/bin/python"
,
"python.formatting.provider"
:
"black"
}
requirements-dev.in
0 → 100644
View file @
907891d0
black
flake8
isort
mypy
requirements-dev.txt
0 → 100644
View file @
907891d0
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements-dev.in
#
appdirs==1.4.4
# via black
black==20.8b1
# via -r requirements-dev.in
click==7.1.2
# via black
flake8==3.8.4
# via -r requirements-dev.in
isort==5.7.0
# via -r requirements-dev.in
mccabe==0.6.1
# via flake8
mypy-extensions==0.4.3
# via
# black
# mypy
mypy==0.812
# via -r requirements-dev.in
pathspec==0.8.1
# via black
pycodestyle==2.6.0
# via flake8
pyflakes==2.2.0
# via flake8
regex==2020.11.13
# via black
toml==0.10.2
# via black
typed-ast==1.4.2
# via
# black
# mypy
typing-extensions==3.7.4.3
# via
# black
# mypy
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment