yamllint/.flake8
Dimitri Papadopoulos 57d2691713 Revert replacement of flake8 with ruff
Start with reverting parts of commit 26be794 in #629 related to config
and CI jobs.
2024-02-02 10:05:14 +01:00

5 lines
90 B
INI

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