Files
uv/ruff.toml
Zanie Blue a70ee58ae1 Move test support files out of scripts/ into test/
(#17032)

It's been bothering me that we have a bunch of stub packages and such in
a `scripts` directory.
2025-12-09 10:06:05 -06:00

15 lines
294 B
TOML

target-version = "py312"
exclude = [
"crates/uv-virtualenv/src/activator/activate_this.py",
"crates/uv-virtualenv/src/_virtualenv.py",
"test/ecosystem",
"test/workspaces",
"test/packages",
]
[lint]
extend-select = ["I", "B"]
[lint.per-file-ignores]
"__init__.py" = ["F403", "F405"]