mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
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:
@@ -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
|
||||||
|
|||||||
3
tox.ini
3
tox.ini
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user