Skip to content

Commit

Permalink
Merge pull request #1416 from Anuj-Kumar-AJ/mypy-pre_commit
Browse files Browse the repository at this point in the history
Adding  mypy in our pre-commit settings by adding mirrors-mypy.
  • Loading branch information
brylie authored Oct 7, 2022
2 parents 0046bf4 + c155a35 commit 2008683
Showing 1 changed file 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 @@ -37,3 +37,10 @@ repos:
rev: v0.13.1
hooks:
- id: curlylint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.981
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]

0 comments on commit 2008683

Please sign in to comment.