This commit is contained in:
Jakub Stasiak
2014-11-11 23:15:38 +00:00
parent e9059abe14
commit 0ee4058b8a

View File

@@ -1,13 +1,13 @@
# The flake8 and pep8 sections just contain configuration for corresponding tools.
# Checkers are not run implicitly.
[flake8]
exclude = *.egg*,.env,.git,.hg,.tox,_*,build*,dist*,venv*
exclude = *.egg*,.env,.git,.hg,.tox,_*,build*,dist*,venv*,six.py
ignore = E261
max-line-length = 101
[pep8]
count = 1
exclude = *.egg*,.env,.git,.hg,.tox,_*,build*,dist*,venv*
exclude = *.egg*,.env,.git,.hg,.tox,_*,build*,dist*,venv*,six.py
ignore = E261
max-line-length = 101
show-source = 1