diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9229bc9..fadb626 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -13,7 +13,7 @@ repos: - id: double-quote-string-fixer - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black @@ -23,7 +23,7 @@ repos: - id: blackdoc - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/PyCQA/isort @@ -49,7 +49,7 @@ repos: ] - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.1.3 + rev: 2.2.4 hooks: - id: pyproject-fmt