Skip to content

Commit 468c49f

Browse files
chore(deps): bump ruff from 0.12.5 to 0.15.7
1 parent 55d60e8 commit 468c49f

File tree

3 files changed

+25
-35
lines changed

3 files changed

+25
-35
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: check-yaml
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.12.5
23+
rev: v0.15.7
2424
hooks:
2525
- id: ruff-check
2626
args: [--fix, --ignore=E501, --unsafe-fixes, --exit-non-zero-on-fix]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ build-backend = "hatchling.build"
5353
[tool.uv]
5454
managed = true
5555
dev-dependencies = [
56-
"ruff>=0.11.7",
56+
"ruff>=0.15.7",
5757
"pytest>=7.4.3",
5858
"pytest-asyncio>=0.23.2",
5959
"pytest-cov>=4.1.0",

0 commit comments

Comments
 (0)