Skip to content

Commit ec743ab

Browse files
committed
Add flake8 config
1 parent 2e2600c commit ec743ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.flake8

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)