Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 7dc2fce

Browse files
committed
feat(project-automation): 🏷️ update pre-commit hooks to include mypy type checking
1 parent 0cf3348 commit 7dc2fce

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

project/.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ repos:
1111
hooks:
1212
- id: ruff
1313
args: [ --config, config/ruff.toml, --fix ]
14+
- repo: https://github.com/pre-commit/mirrors-mypy
15+
rev: '' # Use the sha / tag you want to point at
16+
hooks:
17+
- id: mypy
18+
args: [--config-file, config/mypy.ini]

0 commit comments

Comments
 (0)