summaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake83
1 files changed, 3 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
index 82453b56..dd7f4d36 100644
--- a/.flake8
+++ b/.flake8
@@ -1,5 +1,8 @@
1[flake8] 1[flake8]
2max-line-length = 80 2max-line-length = 80
3per-file-ignores =
4 # E501: line too long
5 tests/test_git_superproject.py: E501
3extend-ignore = 6extend-ignore =
4 # E203: Whitespace before ':' 7 # E203: Whitespace before ':'
5 # See https://github.com/PyCQA/pycodestyle/issues/373 8 # See https://github.com/PyCQA/pycodestyle/issues/373