Skip to content

Commit e5ef64d

Browse files
committed
Bump to v0.12.4
1 parent 6f28e4d commit e5ef64d

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.3
11+
rev: v0.12.4
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.3"
41+
ruff = "^0.12.4"
4242

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

0 commit comments

Comments
 (0)