We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bcf9a2 commit 13241e8Copy full SHA for 13241e8
1 file changed
pyproject.toml
@@ -66,7 +66,7 @@ profile = "black"
66
multi_line_output = 3
67
68
[build-system]
69
-requires = ["uv_build>=0.9.16,<0.10.0"]
+requires = ["uv_build>=0.11.0,<0.12.0"]
70
build-backend = "uv_build"
71
72
[tool.uv.build-backend]
@@ -116,7 +116,6 @@ lint.ignore = [
116
"SLF001", # Private member accessed
117
]
118
lint.mccabe = { max-complexity = 10 }
119
-exclude = [".venv/"]
120
line-length = 88
121
122
[tool.ruff.lint.per-file-ignores]
0 commit comments