Skip to content

Commit 5c52167

Browse files
committed
Bump to v0.9.10
1 parent 9c0590f commit 5c52167

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gitpython = "^3.1.43"
3333
setuptools = ">=69.5.1,<76.0.0"
3434

3535
[tool.poetry.group.dev.dependencies]
36-
ruff = "^0.9.9"
36+
ruff = "^0.9.10"
3737

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

0 commit comments

Comments
 (0)