mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-27 05:43:02 +00:00
The content of .cache is not maintained in this repository. There is no point raising an error when there is problem in one of these 3rd party dependencies.
5 lines
67 B
INI
5 lines
67 B
INI
[flake8]
|
|
max-line-length = 160
|
|
ignore = W503,E402
|
|
exclude = .cache
|