Skip to content

Commit

Permalink
Add a mypy pre-commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Osthege authored and brandonwillard committed Mar 1, 2022
1 parent 4474eb9 commit c27183c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,10 @@ repos:
aesara/tensor/linalg\.py
)$
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931
hooks:
- id: mypy
additional_dependencies:
- types-filelock
- types-setuptools
Empty file added tests/link/__init__.py
Empty file.

0 comments on commit c27183c

Please sign in to comment.