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 cf40204 commit d920ed8Copy full SHA for d920ed8
.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: v4.0.0
+ rev: v4.2.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.15.0
+ rev: v1.16.0
55
56
- id: mypy
57
exclude: "^tests/" # See: https://github.com/pre-commit/mirrors-mypy/issues/1
0 commit comments