Skip to content

Commit

Permalink
mypy is dum
Browse files Browse the repository at this point in the history
  • Loading branch information
QMasterMoo committed Aug 19, 2023
1 parent bfc7022 commit 3b04943
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-json
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
hooks:
- id: mypy
additional_dependencies: [types-Pillow, numpy]

0 comments on commit 3b04943

Please sign in to comment.