Skip to content

Commit 13241e8

Browse files
committed
fix: uv build version
1 parent 2bcf9a2 commit 13241e8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ profile = "black"
6666
multi_line_output = 3
6767

6868
[build-system]
69-
requires = ["uv_build>=0.9.16,<0.10.0"]
69+
requires = ["uv_build>=0.11.0,<0.12.0"]
7070
build-backend = "uv_build"
7171

7272
[tool.uv.build-backend]
@@ -116,7 +116,6 @@ lint.ignore = [
116116
"SLF001", # Private member accessed
117117
]
118118
lint.mccabe = { max-complexity = 10 }
119-
exclude = [".venv/"]
120119
line-length = 88
121120

122121
[tool.ruff.lint.per-file-ignores]

0 commit comments

Comments
 (0)