Skip to content

Commit

Permalink
feat(project-automation): 🏷️ update pre-commit hooks to include mypy …
Browse files Browse the repository at this point in the history
…type checking
  • Loading branch information
ilbumi committed Feb 10, 2024
1 parent 0cf3348 commit 7dc2fce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ repos:
hooks:
- id: ruff
args: [ --config, config/ruff.toml, --fix ]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: '' # Use the sha / tag you want to point at
hooks:
- id: mypy
args: [--config-file, config/mypy.ini]

0 comments on commit 7dc2fce

Please # to comment.