Skip to content

Commit

Permalink
KDP-1761: Upgrade mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulVanSchayck committed Sep 8, 2023
1 parent 3c02d03 commit 5907c4e
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 @@ -53,7 +53,7 @@ repos:
additional_dependencies: [ 'pep8-naming==0.12.1' ]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
rev: v1.5.1
hooks:
- id: mypy
language_version: python
Expand All @@ -64,5 +64,4 @@ repos:
# Don't pass it the individual filenames because it is already doing the whole folder.
pass_filenames: false
additional_dependencies:
- orjson
- pydantic

0 comments on commit 5907c4e

Please sign in to comment.