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
  • Loading branch information
abikouo committed Aug 3, 2022
1 parent 7d0f044 commit 2ec271e
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 2ec271e

Please sign in to comment.