mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 02:38:25 +00:00
7 lines
200 B
TOML
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"]
|