Skip to content

Commit

Permalink
Merge pull request #46 from languitar/refactor/extract-linting-deps
Browse files Browse the repository at this point in the history
build: extract linting deps in requirements file
  • Loading branch information
languitar committed Mar 6, 2022
2 parents 53a055e + 8e5fc90 commit 43979c1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
31 changes: 31 additions & 0 deletions requirements-check.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
pydocstyle~=5.0.0
flake8~=3.7.0
dlint~=0.10.0
flake8-annotations~=2.3.0
flake8-bandit~=2.1.2
bandit==1.7.2
flake8-black~=0.3.2
flake8-bugbear~=20.1.4
flake8-builtins~=1.5.3
flake8-cognitive-complexity~=0.1.0
flake8-comprehensions~=3.2.3
flake8-debugger~=3.2.1
flake8-docstrings~=1.5.0
flake8-eradicate~=0.4.0
flake8-expression-complexity~=0.0.6
flake8-isort~=4.0.0
flake8-junit-report~=2.1.0
flake8-logging-format~=0.6.0
flake8-mock~=0.3
flake8-mutable~=1.2.0
flake8-pep3101~=1.3.0
flake8-pie~=0.5.0
flake8-print~=3.1.4
flake8-pytest-style~=1.2.3
flake8-simplify~=0.10.0
flake8-string-format~=0.3.0
flake8-tidy-imports~=4.1.0
flake8-variables-names~=0.0.3
pep8-naming~=0.11.1
mypy==0.790
black==22.1.0
32 changes: 1 addition & 31 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,37 +30,7 @@ commands =

[testenv:check]
deps =
pydocstyle~=5.0.0
flake8~=3.7.0
dlint~=0.10.0
flake8-annotations~=2.3.0
flake8-bandit~=2.1.2
bandit==1.7.2
flake8-black~=0.3.2
flake8-bugbear~=20.1.4
flake8-builtins~=1.5.3
flake8-cognitive-complexity~=0.1.0
flake8-comprehensions~=3.2.3
flake8-debugger~=3.2.1
flake8-docstrings~=1.5.0
flake8-eradicate~=0.4.0
flake8-expression-complexity~=0.0.6
flake8-isort~=4.0.0
flake8-junit-report~=2.1.0
flake8-logging-format~=0.6.0
flake8-mock~=0.3
flake8-mutable~=1.2.0
flake8-pep3101~=1.3.0
flake8-pie~=0.5.0
flake8-print~=3.1.4
flake8-pytest-style~=1.2.3
flake8-simplify~=0.10.0
flake8-string-format~=0.3.0
flake8-tidy-imports~=4.1.0
flake8-variables-names~=0.0.3
pep8-naming~=0.11.1
mypy==0.790
black==22.1.0
-rrequirements-check.txt
commands =
{envbindir}/python -V
{envbindir}/flake8 {posargs}
Expand Down

0 comments on commit 43979c1

Please sign in to comment.