mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 05:20:09 -05:00
(#17032) It's been bothering me that we have a bunch of stub packages and such in a `scripts` directory.
15 lines
294 B
TOML
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"]
|