Skip to content

Commit

Permalink
Add mypy to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Wessel Bruinsma committed Jul 25, 2024
1 parent 248691d commit c922114
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ repos:
# Run the formatter.
- id: ruff-format
types_or: [python, pyi]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.11.0"
hooks:
- id: mypy

0 comments on commit c922114

Please sign in to comment.