Skip to content

Commit b1e931b

Browse files
committed
exclude
1 parent 83da79e commit b1e931b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,19 @@ repos:
2626
args: [--config=pyproject.toml]
2727
exclude: ^{{cookiecutter.project_name}}
2828

29-
- repo: https://github.com/python/mypy
29+
- repo: https://github.com/python/mypy
3030
rev: "v1.15.0"
3131
hooks:
3232
- id: mypy
33+
exclude: ^{{cookiecutter.project_name}}
3334

34-
- repo: https://github.com/fpgmaas/deptry.git
35+
- repo: https://github.com/fpgmaas/deptry.git
3536
rev: "0.23.0"
3637
hooks:
3738
- id: deptry
39+
exclude: ^{{cookiecutter.project_name}}
3840

39-
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
41+
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
4042
rev: "v0.6.1"
4143
hooks:
4244
- id: pre-commit-update

0 commit comments

Comments
 (0)