Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit c04a551

Browse files
committed
Update .flake8 cfg
* Ignore W504 error
1 parent 96a47d4 commit c04a551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
22
# Log messages require translation hints
3-
ignore = N531
3+
ignore = N531,W504
44
show-source = true
55
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,.ropeproject,rally-scenarios

0 commit comments

Comments
 (0)