Skip to content

Commit

Permalink
Run mypy as part of pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomer Shalev committed Jan 20, 2024
1 parent 2b91dd8 commit 6012ba9
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 @@ -29,3 +29,8 @@ repos:
rev: v1.0.0
hooks:
- id: check-json5

- repo: https://github.com/pre-commit/mirrors-mypy
rev: '' # Use the sha / tag you want to point at
hooks:
- id: mypy

0 comments on commit 6012ba9

Please sign in to comment.