diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1759046..2111706 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.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -14,12 +14,12 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: "23.7.0" + rev: "23.12.1" hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: "5.12.0" + rev: "5.13.2" hooks: - id: isort @@ -29,14 +29,14 @@ repos: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.4.1" + rev: "v1.8.0" hooks: - id: mypy files: ^sphinx_github_changelog/ additional_dependencies: ["types-requests", "types-docutils"] - repo: https://github.com/asottile/pyupgrade - rev: "v3.14.0" + rev: "v3.15.0" hooks: - id: pyupgrade