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 32809ec commit 0a2d240Copy full SHA for 0a2d240
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v4.1.0
+ rev: v4.1.1
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -37,7 +37,7 @@ repos:
37
- id: prettier
38
args: ["--tab-width", "2"]
39
- repo: https://github.com/astral-sh/ruff-pre-commit
40
- rev: v0.9.2
+ rev: v0.9.3
41
42
- id: ruff
43
args: [--fix, --exit-non-zero-on-fix]
@@ -46,7 +46,7 @@ repos:
46
47
- id: black
48
- repo: https://github.com/codespell-project/codespell
49
- rev: v2.3.0
+ rev: v2.4.0
50
51
- id: codespell
52
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments