Skip to content

Commit 7a28412

Browse files
committed
bump to v0.12.5
1 parent 0243e99 commit 7a28412

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: detect-private-key
99
- id: forbid-submodules
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.12.4
11+
rev: v0.12.5
1212
hooks:
1313
- id: ruff
1414
args: [ --fix ]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ setuptools = ">=69.5.1,<81.0.0"
3838
rich = "^14.0.0"
3939

4040
[tool.poetry.group.dev.dependencies]
41-
ruff = "^0.12.4"
41+
ruff = "^0.12.5"
4242

4343
[build-system]
4444
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)