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 83da79e commit b1e931bCopy full SHA for b1e931b
.pre-commit-config.yaml
@@ -26,17 +26,19 @@ repos:
26
args: [--config=pyproject.toml]
27
exclude: ^{{cookiecutter.project_name}}
28
29
-- repo: https://github.com/python/mypy
+ - repo: https://github.com/python/mypy
30
rev: "v1.15.0"
31
hooks:
32
- id: mypy
33
+ exclude: ^{{cookiecutter.project_name}}
34
-- repo: https://github.com/fpgmaas/deptry.git
35
+ - repo: https://github.com/fpgmaas/deptry.git
36
rev: "0.23.0"
37
38
- id: deptry
39
40
-- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
41
+ - repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
42
rev: "v0.6.1"
43
44
- id: pre-commit-update
0 commit comments