Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dares-fetcher
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dbnomics-fetchers
dares-fetcher
Commits
171a492f
Commit
171a492f
authored
4 years ago
by
Pierre Dittgen
Browse files
Options
Downloads
Patches
Plain Diff
Install format and lint tools
parent
73282336
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
requirements-dev.in
+3
-0
3 additions, 0 deletions
requirements-dev.in
requirements-dev.txt
+40
-0
40 additions, 0 deletions
requirements-dev.txt
setup.cfg
+12
-0
12 additions, 0 deletions
setup.cfg
with
56 additions
and
0 deletions
.gitignore
+
1
−
0
View file @
171a492f
.vscode
__pycache__
.venv/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
requirements-dev.in
0 → 100644
+
3
−
0
View file @
171a492f
black
flake8
mypy
\ No newline at end of file
This diff is collapsed.
Click to expand it.
requirements-dev.txt
0 → 100644
+
40
−
0
View file @
171a492f
#
# 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
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
This diff is collapsed.
Click to expand it.
setup.cfg
0 → 100644
+
12
−
0
View file @
171a492f
[flake8]
# Recommend
matching the black line length (default 88),
# rather
than using the flake8 default of 79:
max-line-length
= 88
exclude=.venv
extend-ignore
=
#
See https://github.com/PyCQA/pyco
dest
yle/issues/373
E203,
enable-extensions=G
# for flake8-logging-format
[tool:pytest]
addopts
= --doctest-modules
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment