Skip to content

Commit

Permalink
🔧 Add mypy hook to pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Feb 26, 2024
1 parent 0e364c6 commit ebde2b3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,15 @@ repos:
hooks:
- id: clang-format
exclude: "(dataset.*json)$"
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
hooks:
- id: mypy
exclude: docs
additional_dependencies:
# Type stubs
- types-requests
- types-setuptools
# Typed libraries
- dask
- numpy

0 comments on commit ebde2b3

Please sign in to comment.