13 lines
287 B
YAML
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/*
|