Skip to content

Commit df7844c

Browse files
committed
Adapt pycodestyle to new pep8 version
* W503 is in conflict with the more modern W504 See PyCQA/pycodestyle#502 Change-Id: I1f29b362e0f0c6893a81c5cd12a862890e8d8609
1 parent e626687 commit df7844c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycodestyle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[pycodestyle]
2-
ignore = NONE
2+
ignore = W503

0 commit comments

Comments
 (0)