diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 00744e5..d1a85b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: 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 @@ -14,7 +14,7 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: "24.3.0" + rev: "24.10.0" hooks: - id: black @@ -24,28 +24,28 @@ repos: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: "7.1.0" + rev: "7.1.1" hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.4.1" + rev: "v1.14.1" hooks: - id: mypy files: ^sphinx_github_changelog/ additional_dependencies: ["types-requests", "types-docutils"] - repo: https://github.com/asottile/pyupgrade - rev: "v3.16.0" + rev: "v3.19.1" hooks: - id: pyupgrade - repo: https://github.com/PyCQA/doc8 - rev: "v1.1.1" + rev: "v1.1.2" hooks: - id: doc8 - repo: https://github.com/floatingpurr/sync_with_poetry - rev: 1.1.0 + rev: 1.2.0 hooks: - id: sync_with_poetry