2022-06-03 17:24:14 +02:00

13 lines
287 B
YAML

rules:
# checks if file ends in a newline character
end-of-file:
# set to true to enable this rule
enable: true
# set to true to disable autofix (if enabled globally)
disable-autofix: true
# will be ignored only by this rule
ignore:
- .pytest_cache/*