Skip to content

Commit

Permalink
devops: add mypy pre-commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Sep 25, 2023
1 parent 06e5b97 commit 1e160df
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 @@ -15,3 +15,8 @@ repos:
- id: bandit
args: [--recursive, -x, tests, -c, .bandit]
files: .py$
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.4.1'
hooks:
- id: mypy
args: [--ignore-missing-imports]

0 comments on commit 1e160df

Please sign in to comment.