yamllint/.flake8

5 lines
90 B
Plaintext
Raw Normal View History

[flake8]
import-order-style = pep8
application-import-names = yamllint
ignore = W503,W504