mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Add W504 to ignored autopep8 rules
Committed via https://github.com/asottile/all-repos
This commit is contained in:
parent
160238220f
commit
1f3c6ce035
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -17,7 +17,7 @@ envdir = venv-{[tox]project}
|
|||
commands =
|
||||
|
||||
[pep8]
|
||||
ignore = E265,E501
|
||||
ignore = E265,E501,W504
|
||||
|
||||
[pytest]
|
||||
env =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue