Skip to content

Commit 030ae92

Browse files
committed
bumped version
1 parent 82d4f16 commit 030ae92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ repos:
99
- id: detect-private-key
1010
- id: forbid-submodules
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.6.4
12+
rev: v0.7.1
1313
hooks:
1414
- id: ruff
1515
args: [ --fix ]
16-
- id: ruff-format
16+
- id: ruff-format

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.6.4"
35+
ruff = "^0.7.1"
3636

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

0 commit comments

Comments
 (0)