forked from gdcc/pyDataverse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pre-commit to workflow; Fix endline SVG issue; Add pydocstyle, re…
…structuredtext_lint and pygments to docs requirements; add flake8 plugins, black and pylint to linter requirements; update setup.cfg with linter settings, Fix formatting issues in api.py
- Loading branch information
1 parent
f302562
commit 06e7d20
Showing
10 changed files
with
97 additions
and
56 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Requirements for development. | ||
tox | ||
wheel | ||
pre-commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
# Requirements for linting test (tox) | ||
flake8 == 3.7.4 | ||
isort == 4.3.4 | ||
autopep8 | ||
pydocstyle | ||
# Requirements for linting tests (tox) | ||
black==19.10b0 | ||
flake8==3.7.4 | ||
flake8-docstrings==1.5.0 | ||
flake8-rst-docstrings==v0.0.13 | ||
flake8-blind-except==v0.1.1 | ||
flake8-builtins==1.5.3 | ||
flake8-bandit==v2.1.0 | ||
flake8-breakpoint==v1.1.0 | ||
flake8-bugbear==20.1.4 | ||
flake8-comprehensions==3.2.3 | ||
flake8-requirements==v1.3.2 | ||
flake8-return==0.3.0 | ||
flake8-pytest-style==v1.2.1 | ||
pylint | ||
radon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters