We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637ffa9 commit 5b6f3e2Copy full SHA for 5b6f3e2
1 file changed
pyproject.toml
@@ -6,6 +6,9 @@ build-backend = "setuptools.build_meta"
6
[tool.ruff]
7
target-version = "py310"
8
9
+[tool.ruff.lint]
10
+select = ["UP"]
11
+
12
[tool.cibuildwheel]
13
test-requires = "-r requirements/pytest.txt"
14
test-command = 'pytest -m "not leaks" --no-cov {project}/tests'
0 commit comments