Skip to content

Commit c981110

Browse files
committed
pre-commit: add mypy
1 parent c81eb0e commit c981110

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ repos:
4646
# - id: ruff-format
4747

4848
# Run mypy static type checking
49-
#- repo: https://github.com/pre-commit/mirrors-mypy
50-
# rev: v1.20.1
51-
# hooks:
52-
# - id: mypy
49+
- repo: https://github.com/pre-commit/mirrors-mypy
50+
rev: v1.20.1
51+
hooks:
52+
- id: mypy
5353

5454
## Black, the code formatter, natively supports pre-commit
5555
#- repo: https://github.com/psf/black

0 commit comments

Comments
 (0)