Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Aug 2, 2024
1 parent f8e5f1c commit 98eb8f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ repos:
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies: [types-all]
- repo: local
hooks:
- id: nb-check
Expand Down

0 comments on commit 98eb8f0

Please sign in to comment.