Skip to content

Commit f6013f5

Browse files
committed
bump ruff to 0.11.10
1 parent 646bb6d commit f6013f5

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ repos:
2828
args: [ --py313-plus ]
2929

3030
- repo: https://github.com/charliermarsh/ruff-pre-commit
31-
rev: v0.7.2
31+
rev: v0.11.10
3232
hooks:
3333
- id: ruff

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"pre-commit==4.0.1",
1111
"pur==7.3.2",
1212
"pytest==8.3.3",
13-
"ruff==0.7.2",
13+
"ruff==0.11.10",
1414
]
1515

1616
[tool.mypy]

uv.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)