Skip to content

Commit 6df857a

Browse files
.flake8 -> redundant checks being performed in tests/testapp/application.py so added it to exclusions
1 parent 60dba53 commit 6df857a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Line break before operand needs to be ignored for line lengths
55
# greater than max-line-length. Best practice shows W504
66
ignore = E722, W504
7-
exclude = optimizely/lib/pymmh3.py,*virtualenv*
7+
exclude = optimizely/lib/pymmh3.py,*virtualenv*,tests/testapp/application.py
88
max-line-length = 120

0 commit comments

Comments
 (0)