9 lines
166 B
TOML
9 lines
166 B
TOML
[tool.ruff]
|
|
include = ["snip/**/*.py", "tests/**/*.py"]
|
|
|
|
[tool.ruff.lint]
|
|
select = ["F", "E", "W"]
|
|
ignore = []
|
|
|
|
[tool.ruff.lint.per-file-ignores]
|
|
"tests/*" = ["F401"] |