Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f3c6ce

Browse files
committed
Add W504 to ignored autopep8 rules
Committed via https://github.com/asottile/all-repos
1 parent 1602382 commit 1f3c6ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ envdir = venv-{[tox]project}
1717
commands =
1818

1919
[pep8]
20-
ignore = E265,E501
20+
ignore = E265,E501,W504
2121

2222
[pytest]
2323
env =

0 commit comments

Comments
 (0)