Skip to content

Commit ed1c8b0

Browse files
committed
Version bump
1 parent 5591952 commit ed1c8b0

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.8.0
12+
rev: v0.8.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
@@ -32,7 +32,7 @@ setuptools = ">=69.5.1,<76.0.0"
3232
[tool.poetry.dev-dependencies]
3333

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

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

0 commit comments

Comments
 (0)