diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3b7df6..a5d6c68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.21.0 + rev: v3.21.2 hooks: - id: pyupgrade name: Modernize python code @@ -29,7 +29,7 @@ repos: name: Reorder python imports with isort - repo: https://github.com/psf/black - rev: 25.9.0 + rev: 25.12.0 hooks: - id: black name: Format python code with black @@ -54,7 +54,7 @@ repos: additional_dependencies: [flake8-bugbear, Flake8-pyproject] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 + rev: v1.19.1 hooks: - id: mypy name: Check Python types