diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f88c693..45d86f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -10,26 +10,26 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: "22.6.0" + rev: "24.10.0" hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: "5.10.1" + rev: "5.13.2" hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: "4.0.1" + rev: "7.1.1" hooks: - id: flake8 - repo: https://github.com/asottile/pyupgrade - rev: "v2.37.1" + rev: "v3.18.0" hooks: - id: pyupgrade - repo: https://github.com/PyCQA/doc8 - rev: "0.11.2" + rev: "v1.1.2" hooks: - id: doc8