mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge pull request #927 from pre-commit/all-repos_autofix_all-repos-sed
Add W504 to ignored autopep8 rules
This commit is contained in:
commit
b268b37482
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -17,7 +17,7 @@ envdir = venv-{[tox]project}
|
||||||
commands =
|
commands =
|
||||||
|
|
||||||
[pep8]
|
[pep8]
|
||||||
ignore = E265,E501
|
ignore = E265,E501,W504
|
||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
env =
|
env =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue