diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f58b9fe..ed7eb4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -11,23 +11,23 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 24.3.0 hooks: - id: black language_version: python3 - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 3.9.1 + rev: 7.0.0 hooks: - id: flake8 additional_dependencies: - flake8-bugbear - flake8-comprehensions - repo: https://github.com/mgedmin/check-manifest - rev: "0.46" + rev: "0.49" hooks: - id: check-manifest args: [--no-build-isolation]