Skip to content

Commit f4e2695

Browse files
committed
v0.9.7 bump
1 parent 301b4bb commit f4e2695

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

pyproject.toml

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

3434
[tool.poetry.group.dev.dependencies]
35-
ruff = "^0.9.6"
35+
ruff = "^0.9.7"
3636

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

0 commit comments

Comments
 (0)