We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec32160 commit c138602Copy full SHA for c138602
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: check-yaml
17
- id: check-added-large-files
18
- repo: https://github.com/compilerla/conventional-pre-commit
19
- rev: v3.6.0
+ rev: v4.0.0
20
hooks:
21
- id: conventional-pre-commit
22
stages: [commit-msg]
@@ -51,7 +51,7 @@ repos:
51
additional_dependencies:
52
- tomli # for reading config from pyproject.toml
53
- repo: https://github.com/pre-commit/mirrors-mypy
54
- rev: v1.13.0
+ rev: v1.14.1
55
56
- id: mypy
57
exclude: "^tests/" # See: https://github.com/pre-commit/mirrors-mypy/issues/1
0 commit comments