Skip to content

Commit

Permalink
tox: improve check with flake8 plugins (#253)
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr authored May 25, 2021
1 parent cf97bea commit 92b8d40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,14 @@ test =
check =
flake8
flake8-black
flake8-colors
flake8-isort
flake8-pyi
flake8-typing-imports
docutils
check-manifest
readme-renderer
pygments
isort>=5.0.0
packaging
docs =
sphinx>=1.8
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ extras = check
commands =
check-manifest {toxinidir}
flake8 aqt tests setup.py
isort --verbose --check-only --diff aqt tests setup.py

[testenv:docs]
basepython = python3.8
Expand Down

0 comments on commit 92b8d40

Please sign in to comment.