diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4686344..426d2bd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: args: - --application-directories=.:src:tests - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black language_version: python3 @@ -37,7 +37,7 @@ repos: - id: pyupgrade language_version: python3 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.9.0 hooks: - id: mypy language_version: python3