Skip to content

Commit

Permalink
add mypy hook to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzsnz committed Aug 29, 2024
1 parent fde4203 commit 0851e26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ repos:
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
hooks:
- id: mypy

0 comments on commit 0851e26

Please sign in to comment.