Skip to content

Commit

Permalink
Remove deprecated configuration options
Browse files Browse the repository at this point in the history
Also see:
https://timothycrosley.github.io/isort/docs/upgrade_guides/5.0.0/

modified:   setup.cfg
modified:   tox.ini
  • Loading branch information
jugmac00 committed Jul 15, 2020
1 parent fc69e80 commit ea7e4db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ known_third_party = six
default_section = ZOPE
line_length = 79
lines_after_imports = 2
not_skip =
__init__.py

[flake8]
no-accept-encodings = True
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ basepython = python3.6
commands_pre =
mkdir -p {toxinidir}/parts/flake8
commands =
isort --check-only --diff --recursive {toxinidir}/src setup.py
isort --check-only --diff {toxinidir}/src setup.py
- flake8 --format=html src setup.py
flake8 src setup.py
deps =
Expand Down

0 comments on commit ea7e4db

Please sign in to comment.