Skip to content

Commit

Permalink
Merge f0e8df7 into af9dd68
Browse files Browse the repository at this point in the history
  • Loading branch information
cwdavies committed Jul 6, 2020
2 parents af9dd68 + f0e8df7 commit 75501a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ deps=
commands=
black --check treemodeladmin setup.py
flake8 .
isort --check-only --diff --recursive treemodeladmin
isort --check-only --diff treemodeladmin

[flake8]
ignore=E731,W503,W504
Expand All @@ -49,7 +49,6 @@ lines_after_imports=2
include_trailing_comma=1
multi_line_output=3
skip=.tox,migrations
not_skip=__init__.py
use_parentheses=1
known_django=django
known_wagtail=wagtail
Expand Down

0 comments on commit 75501a7

Please sign in to comment.