We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab42a71 commit a016eb8Copy full SHA for a016eb8
setup.cfg
@@ -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