mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
[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>
5 lines
90 B
INI
5 lines
90 B
INI
[flake8]
|
|
max-line-length = 160
|
|
ignore = W503,E402
|
|
exclude = .cache,.git,.tox,tests/output
|