We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a3809 commit 9ee875dCopy full SHA for 9ee875d
.flake8
@@ -0,0 +1,5 @@
1
+[flake8]
2
+# From https://github.com/4teamwork/ftw-buildouts/blob/master/pycodestyle.cfg
3
+ignore = E121,E122,E123,E125,E126,E127,E128,E203,E301,W503,W606
4
+max-line-length = 125
5
+exclude = .git,__pycache__,venv,.tox,manage.py,include,lib,javascript,lib,node_modules,scss,bin,.eggs,wsgi.py,wsgi.py,src,migrations,docs,gever,bootstrap.py
0 commit comments