ruff/crates/ruff_linter/resources/test/package/pyproject.toml

8 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"]