We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629b175 commit 7e1b1d7Copy full SHA for 7e1b1d7
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v4.9.1
+ rev: v4.10.0
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -33,15 +33,15 @@ repos:
33
# hooks:
34
# - id: prettier
35
- repo: https://github.com/asottile/pyupgrade
36
- rev: v3.21.0
+ rev: v3.21.1
37
38
- id: pyupgrade
39
- repo: https://github.com/PyCQA/isort
40
rev: 7.0.0
41
42
- id: isort
43
- repo: https://github.com/psf/black-pre-commit-mirror
44
- rev: 25.9.0
+ rev: 25.11.0
45
46
- id: black
47
- repo: https://github.com/codespell-project/codespell
0 commit comments