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 e42bfe5 commit 5b50d66Copy full SHA for 5b50d66
1 file changed
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: commitizen
15
stages: [commit-msg]
16
- repo: https://github.com/pre-commit/pre-commit-hooks
17
- rev: v5.0.0
+ rev: v6.0.0
18
hooks:
19
- id: debug-statements
20
- id: check-builtin-literals
@@ -34,7 +34,7 @@ repos:
34
- id: prettier
35
args: ["--tab-width", "2"]
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.12.1
+ rev: v0.12.9
38
39
- id: ruff
40
args: [--fix, --exit-non-zero-on-fix]
@@ -44,7 +44,7 @@ repos:
44
45
- id: codespell
46
- repo: https://github.com/pre-commit/mirrors-mypy
47
- rev: v1.16.1
+ rev: v1.17.1
48
49
- id: mypy
50
additional_dependencies: []
0 commit comments