diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff2c0493..5cc6ee6e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: python: python3.8 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v6.0.0 hooks: - id: check-case-conflict - id: check-merge-conflict @@ -15,15 +15,15 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 6.1.0 hooks: - id: isort - - repo: https://github.com/psf/black - rev: 22.3.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.9.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.1 + rev: v1.18.2 hooks: - id: mypy files: src