Skip to content

Commit 457eece

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#398)
<!--pre-commit.ci start--> updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3) - [github.com/pycqa/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) <!--pre-commit.ci end-->
2 parents 58a545f + 08a6f61 commit 457eece

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ repos:
2828
- id: python-use-type-annotations
2929

3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.20.0
31+
rev: v3.21.0
3232
hooks:
3333
- id: pyupgrade
3434
args:
3535
- "--py310-plus"
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: "v0.13.3"
38+
rev: "v0.14.3"
3939
hooks:
4040
- id: ruff
4141
args:
4242
- --fix-only
4343
- --target-version=py310
4444

4545
- repo: https://github.com/pycqa/isort
46-
rev: 6.1.0
46+
rev: 7.0.0
4747
hooks:
4848
- id: isort
4949
args:

0 commit comments

Comments
 (0)