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 7cf502e commit 605d1edCopy full SHA for 605d1ed
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
args: [--max-line-length=100, --ignore=E501]
23
exclude: ^commit_check/__init__.py
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v1.8.0
+ rev: v1.9.0
26
hooks:
27
- id: mypy
28
additional_dependencies: [types-all]
@@ -32,7 +32,7 @@ repos:
32
33
- id: codespell
34
- repo: https://github.com/commit-check/commit-check
35
- rev: v0.7.1
+ rev: v0.7.3
36
37
- id: check-message
38
# - id: check-branch # uncomment if you need.
0 commit comments