Skip to content

Commit

Permalink
ignore E203
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jan 21, 2019
1 parent acaf249 commit aa01ff8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[flake8]
ignore = E226,E302,E41,F401,W503,W605
ignore = E226,E302,E41,F401,W503,W605,E501,E203
max-line-length = 95
max-complexity = 10
exclude = django_crypto_fields/tests/*,django_crypto_fields/migrations/*,django_crypto_fields/management,.venv/*
exclude = django_crypto_fields/tests/*,django_crypto_fields/migrations/*,django_crypto_fields/management,venv/*
select = C,E,F,W,B,B950
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ envlist =


[flake8]
ignore = E41,F401,W503,F601,W605
ignore = E41,F401,W503,F601,W605,E203
max-complexity = 10
max-line-length = 95
exclude = django_crypto_fields/tests/*,django_crypto_fields/migrations/*,.venv/*
Expand Down

0 comments on commit aa01ff8

Please sign in to comment.