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 872cb9f commit 6bba48eCopy full SHA for 6bba48e
2 files changed
.pre-commit-config.yaml
@@ -33,7 +33,7 @@ repos:
33
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
# Ruff version.
36
- rev: v0.12.0
+ rev: v0.15.8
37
hooks:
38
- id: ruff-check
39
args: ["--fix"]
pyproject.toml
@@ -3,6 +3,9 @@ requires = ["setuptools >= 40"]
3
build-backend = "setuptools.build_meta"
4
5
6
+[tool.ruff]
7
+target-version = "py39"
8
+
9
[tool.cibuildwheel]
10
test-requires = "-r requirements/pytest.txt"
11
test-command = 'pytest -m "not leaks" --no-cov {project}/tests'
0 commit comments