diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ba029e..d33b2c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-added-large-files args: ['--maxkb=1000'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 + rev: v1.11.2 hooks: - id: mypy additional_dependencies: [pandas-stubs, types-tqdm, types-setuptools, types-Jinja2]