Skip to content

Commit 6bba48e

Browse files
authored
Update ruff to 0.15.8 (#1312)
1 parent 872cb9f commit 6bba48e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
3535
# Ruff version.
36-
rev: v0.12.0
36+
rev: v0.15.8
3737
hooks:
3838
- id: ruff-check
3939
args: ["--fix"]

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ requires = ["setuptools >= 40"]
33
build-backend = "setuptools.build_meta"
44

55

6+
[tool.ruff]
7+
target-version = "py39"
8+
69
[tool.cibuildwheel]
710
test-requires = "-r requirements/pytest.txt"
811
test-command = 'pytest -m "not leaks" --no-cov {project}/tests'

0 commit comments

Comments
 (0)