Fix linters job failing following flake8 release # https://github.com/PyCQA/flake8/pull/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 <mgraves@redhat.com>
This commit is contained in:
Bikouo Aubin
2022-08-03 17:52:04 +02:00
committed by GitHub
parent 7f7008fecc
commit c4c12ca2c3
2 changed files with 1 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
[flake8] [flake8]
max-line-length = 160 max-line-length = 160
ignore = W503,E402 ignore = W503,E402
exclude = .cache exclude = .cache,.git,.tox,tests/output

View File

@@ -36,6 +36,3 @@ commands =
black -v --check --diff {toxinidir}/plugins {toxinidir}/tests black -v --check --diff {toxinidir}/plugins {toxinidir}/tests
yamllint -s {toxinidir} yamllint -s {toxinidir}
flake8 {toxinidir} flake8 {toxinidir}
[flake8]
exclude = .git,.tox,tests/output