diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40eda99..ed5aa23 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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