mirror of
https://github.com/astral-sh/uv.git
synced 2025-12-23 09:19:48 +00:00
(#17032) It's been bothering me that we have a bunch of stub packages and such in a `scripts` directory.
14 lines
294 B
TOML
14 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"]
|