Skip to content

Commit 8d6e657

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#444)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.11...v0.15.12) - [github.com/pycqa/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) <!--pre-commit.ci end-->
2 parents c6a44e3 + b04281c commit 8d6e657

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ repos:
3838
- "--py310-plus"
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.15.11"
41+
rev: "v0.15.12"
4242
hooks:
4343
- id: ruff-check
4444
args:
4545
- --fix-only
4646
- --target-version=py310
4747

4848
- repo: https://github.com/pycqa/isort
49-
rev: 8.0.1
49+
rev: 9.0.0a3
5050
hooks:
5151
- id: isort
5252
args:

0 commit comments

Comments
 (0)