Skip to content

Commit a016eb8

Browse files
committed
Add sensible flake8 config
1 parent ab42a71 commit a016eb8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[flake8]
2+
exclude = ['docs', 'src/*/tests', 'src/*/migrations/*']
3+
max-line-length = 120
4+
max-complexity = 10
5+
ignore = E231,W503,C901,E402,E203

0 commit comments

Comments
 (0)