Files
kubernetes.core/setup.cfg
Gonéri Le Bouder e4469f72bc yamllint and flake8 should ignore .cache (#73)
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.
2021-04-22 09:22:09 +05:30

5 lines
67 B
INI

[flake8]
max-line-length = 160
ignore = W503,E402
exclude = .cache