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 e3a7e92 commit 3bbb423Copy full SHA for 3bbb423
.pre-commit-config.yaml
@@ -16,13 +16,13 @@ repos:
16
- id: check-yaml
17
- id: check-added-large-files
18
- repo: https://github.com/compilerla/conventional-pre-commit
19
- rev: v2.4.0
+ rev: v3.0.0
20
hooks:
21
- id: conventional-pre-commit
22
stages: [commit-msg]
23
args: []
24
- repo: https://github.com/psf/black
25
- rev: 23.9.1
+ rev: 23.11.0
26
27
- id: black
28
args: [--safe, --quiet]
@@ -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.6.0
+ rev: v1.7.1
55
56
- id: mypy
57
exclude: "^tests/" # See: https://github.com/pre-commit/mirrors-mypy/issues/1
0 commit comments