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 48b3719 commit 2a4c131Copy full SHA for 2a4c131
.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: v2.3.0
+ rev: v2.4.0
20
hooks:
21
- id: conventional-pre-commit
22
stages: [commit-msg]
@@ -40,7 +40,7 @@ repos:
40
types: [python]
41
args: [-rn, -sn, --rcfile=pyproject.toml]
42
- repo: https://github.com/pycqa/flake8
43
- rev: 6.0.0
+ rev: 6.1.0
44
45
- id: flake8
46
args: [--config=.flake8]
@@ -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.4.1
+ rev: v1.5.1
55
56
- id: mypy
57
exclude: "^tests/" # See: https://github.com/pre-commit/mirrors-mypy/issues/1
0 commit comments