diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 276d883..e8be38d 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.1.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -10,33 +10,33 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: "22.1.0" + rev: "24.8.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/pre-commit/mirrors-mypy - rev: "v0.931" + rev: "v1.11.1" hooks: - id: mypy files: ^sphinx_github_changelog/ args: ["--ignore-missing-imports", "--scripts-are-modules"] - repo: https://github.com/asottile/pyupgrade - rev: "v2.31.0" + rev: "v3.17.0" hooks: - id: pyupgrade - repo: https://github.com/PyCQA/doc8 - rev: "0.10.1" + rev: "v1.1.1" hooks: - id: doc8