Browse Source

Update flake8 configuration

pull/169/head
Isaac Bythewood 5 years ago
parent
commit
ffe999f405
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      .flake8

+ 5
- 4
.flake8 View File

@@ -1,8 +1,9 @@
[flake8]
max-line-length = 121
exclude =
ignore = E203,E266,E501,W503
max-line-length = 80
max-complexity = 18
select = B,C,E,F,W,T4,B9
exclude =
migrations,
south_migrations,
pinry/settings/,
core/tests/,


Loading…
Cancel
Save