We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60dba53 commit 6df857aCopy full SHA for 6df857a
.flake8
@@ -4,5 +4,5 @@
4
# Line break before operand needs to be ignored for line lengths
5
# greater than max-line-length. Best practice shows W504
6
ignore = E722, W504
7
-exclude = optimizely/lib/pymmh3.py,*virtualenv*
+exclude = optimizely/lib/pymmh3.py,*virtualenv*,tests/testapp/application.py
8
max-line-length = 120
0 commit comments