Skip to content

Commit 5b6f3e2

Browse files
committed
enable ruff to perform syntax upgrades
1 parent 637ffa9 commit 5b6f3e2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ build-backend = "setuptools.build_meta"
66
[tool.ruff]
77
target-version = "py310"
88

9+
[tool.ruff.lint]
10+
select = ["UP"]
11+
912
[tool.cibuildwheel]
1013
test-requires = "-r requirements/pytest.txt"
1114
test-command = 'pytest -m "not leaks" --no-cov {project}/tests'

0 commit comments

Comments
 (0)