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

Skip to content

Commit b268b37

Browse files
authored
Merge pull request #927 from pre-commit/all-repos_autofix_all-repos-sed
Add W504 to ignored autopep8 rules
2 parents 1602382 + 1f3c6ce commit b268b37

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)