diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a62853d7..c8df5b40 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -16,18 +16,18 @@ repos: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - - repo: https://github.com/psf/black - rev: 23.7.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.11.0 hooks: - id: black language_version: python3 additional_dependencies: ['click<8.1'] - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 7.0.0 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.3.0 hooks: - id: flake8 additional_dependencies: @@ -38,7 +38,7 @@ repos: - flake8-tidy-imports - flake8-print - repo: https://github.com/mgedmin/check-manifest - rev: "0.47" + rev: "0.51" hooks: - id: check-manifest args: [--no-build-isolation]