diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6250152..65e060d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,17 +14,17 @@ repos: "--remove-duplicate-keys", ] - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 9.0.0a3 hooks: - id: isort additional_dependencies: - toml - - repo: https://github.com/psf/black - rev: 22.12.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.5.1 hooks: - id: black - 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-ast @@ -51,7 +51,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.3.0 hooks: - id: flake8 additional_dependencies: @@ -66,7 +66,7 @@ repos: - flake8-print - pep8-naming - repo: https://github.com/PyCQA/bandit - rev: 1.7.4 + rev: 1.9.4 hooks: - id: bandit language_version: python3