2024-07-28 17:49:28 -04:00
|
|
|
target-version = "py37"
|
2023-10-25 22:11:36 +02:00
|
|
|
exclude = [
|
2024-07-28 17:49:28 -04:00
|
|
|
"crates/uv-virtualenv/src/activator/activate_this.py",
|
|
|
|
|
"crates/uv-virtualenv/src/_virtualenv.py",
|
|
|
|
|
"crates/uv-python/python",
|
2024-08-13 06:48:00 -07:00
|
|
|
"ecosystem",
|
2024-07-28 17:49:28 -04:00
|
|
|
"scripts/workspaces",
|
2023-11-17 19:26:55 +01:00
|
|
|
]
|
2024-07-28 17:49:28 -04:00
|
|
|
|
|
|
|
|
[lint]
|
|
|
|
|
extend-select = ["I", "B"]
|
|
|
|
|
|
2024-02-17 19:16:50 +02:00
|
|
|
[lint.per-file-ignores]
|
2023-11-17 19:26:55 +01:00
|
|
|
"__init__.py" = ["F403", "F405"]
|