Skip to content

Commit

Permalink
Remove flake8-isort as isort is already used.
Browse files Browse the repository at this point in the history
modified:   CHANGES.rst
modified:   tox.ini
  • Loading branch information
jugmac00 committed Oct 8, 2020
1 parent 8774dae commit 7a3e4fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -14,6 +14,8 @@ Changelog

- fixed several errors due to changed behavior in Python 3

- update `isort` to version 5.


4.0.2 (2019-02-17)
------------------
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Expand Up @@ -43,11 +43,10 @@ deps =
flake8-debugger
flake8-deprecated
flake8-todo
flake8-isort
mccabe
flake8-blind-except
flake8-commas
commands =
- isort --check-only {toxinidir}/src setup.py
isort {toxinidir}/src setup.py
flake8 --doctests src setup.py {posargs}
isort --version

0 comments on commit 7a3e4fb

Please sign in to comment.