Skip to content

Commit 4e5c7e8

Browse files
authored
Merge pull request pre-commit#759 from pre-commit/all-repos_autofix_e309-autopep8
E309 is no longer rewritten by autopep8
2 parents cf5f840 + 3b1b9ac commit 4e5c7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

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

2020
[pep8]
21-
ignore = E265,E309,E501
21+
ignore = E265,E501
2222

2323
[pytest]
2424
env =

0 commit comments

Comments
 (0)