Skip to content

Commit c4c12ca

Browse files
authored
Fix linters job failing following flake8 release # PyCQA/flake8#1648 (#498)
[Fix linters] flake8 validation is failing Merge and releasing of the following PR PyCQA/flake8#1648 ISSUE TYPE Bugfix Pull Request Reviewed-by: Mike Graves <[email protected]>
1 parent 7f7008f commit c4c12ca

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[flake8]
22
max-line-length = 160
33
ignore = W503,E402
4-
exclude = .cache
4+
exclude = .cache,.git,.tox,tests/output

tox.ini

-3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,3 @@ commands =
3636
black -v --check --diff {toxinidir}/plugins {toxinidir}/tests
3737
yamllint -s {toxinidir}
3838
flake8 {toxinidir}
39-
40-
[flake8]
41-
exclude = .git,.tox,tests/output

0 commit comments

Comments
 (0)