Skip to content

Commit c4a88f5

Browse files
committed
Bump for 0.9.2
1 parent 633f0d5 commit c4a88f5

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
@@ -9,7 +9,7 @@ repos:
99
- id: detect-private-key
1010
- id: forbid-submodules
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.9.1
12+
rev: v0.9.2
1313
hooks:
1414
- id: ruff
1515
args: [ --fix ]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ setuptools = ">=69.5.1,<76.0.0"
3333
[tool.poetry.dev-dependencies]
3434

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

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

0 commit comments

Comments
 (0)