Skip to content

Commit

Permalink
add mypy to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
berombau committed Mar 26, 2024
1 parent a4ac867 commit 9d4d4b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ repos:
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
types_or: [python, pyi, jupyter]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
hooks:
- id: mypy
additional_dependencies: [types-requests<=3]
exclude: data
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
Expand Down

0 comments on commit 9d4d4b7

Please sign in to comment.