ruff/crates/ruff_linter/resources/test/package/pyproject.toml
2023-09-20 08:38:27 +02:00

7 lines
200 B
TOML

[tool.ruff]
src = ["."]
# This will make sure that `exclude` paths are rooted
# to where the configuration file was found; this file exists
# in a `resources/test` hierarchy.
exclude = ["resources"]