Skip to content

Commit 90a52a7

Browse files
committed
ci(pre-commit): update hooks
1 parent 60097e4 commit 90a52a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_language_version:
2-
python: python3.12
2+
python: python3.13
33

44
repos:
55
- repo: https://github.com/commitizen-tools/commitizen
@@ -55,12 +55,12 @@ repos:
5555
- id: pyupgrade
5656

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.9.3
58+
rev: v0.9.4
5959
hooks:
6060
- id: ruff
6161
- id: ruff-format
6262

6363
- repo: https://github.com/pycqa/isort
64-
rev: 5.13.2
64+
rev: 6.0.0
6565
hooks:
6666
- id: isort

0 commit comments

Comments
 (0)