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 8b1e61b commit d2398baCopy full SHA for d2398ba
.pre-commit-config.yaml
@@ -40,12 +40,12 @@ repos:
40
# hooks:
41
# - id: bandit
42
- repo: https://github.com/commitizen-tools/commitizen
43
- rev: v4.7.2
+ rev: v4.8.3
44
hooks:
45
- id: commitizen
46
stages: [commit-msg]
47
- repo: https://github.com/pre-commit/mirrors-mypy
48
- rev: 'v1.15.0' # Use the sha / tag you want to point at
+ rev: 'v1.16.0' # Use the sha / tag you want to point at
49
50
- id: mypy
51
args: [--no-strict-optional, --ignore-missing-imports]
0 commit comments