Skip to content

Commit 5d4ddda

Browse files
committed
Bump to v0.12.1
1 parent fef0853 commit 5d4ddda

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.0
11+
rev: v0.12.1
1212
hooks:
1313
- id: ruff
1414
args: [ --fix ]

pyproject.toml

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

3636
[tool.poetry.group.dev.dependencies]
37-
ruff = "^0.12.0"
37+
ruff = "^0.12.1"
3838

3939
[build-system]
4040
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)