Skip to content

Commit

Permalink
Fix linters job failing following flake8 release # PyCQA/flake8#1648 (#…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
abikouo committed Aug 3, 2022
1 parent 7f7008f commit c4c12ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,4 +1,4 @@
[flake8]
max-line-length = 160
ignore = W503,E402
exclude = .cache
exclude = .cache,.git,.tox,tests/output
3 changes: 0 additions & 3 deletions tox.ini
Expand Up @@ -36,6 +36,3 @@ commands =
black -v --check --diff {toxinidir}/plugins {toxinidir}/tests
yamllint -s {toxinidir}
flake8 {toxinidir}

[flake8]
exclude = .git,.tox,tests/output

0 comments on commit c4c12ca

Please sign in to comment.