Skip to content

Commit

Permalink
pycodestyle - exclude migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
asedeno committed Sep 12, 2020
1 parent 8499034 commit 94ea66c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ count = False
ignore = E121,E123,E126,E133,E226,E241,E242,E704,W503,W504,W505
max-line-length = 120
statistics = True
exclude = */migrations

[flake8]
max-line-length = 120
Expand Down

0 comments on commit 94ea66c

Please sign in to comment.