diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b17e69b..f17b15c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,13 +19,13 @@ repos: - id: check-added-large-files - repo: https://github.com/sirosen/texthooks - rev: 0.6.7 + rev: 0.6.8 hooks: - id: alphabetize-codeowners # Enforce Python 3.8+ idioms. - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py38-plus] @@ -53,11 +53,11 @@ repos: - id: slyp - repo: https://github.com/rhysd/actionlint - rev: v1.7.4 + rev: v1.7.6 hooks: - id: actionlint - repo: https://github.com/kurtmckee/pre-commit-hooks - rev: v0.1.1 + rev: v1.0.0 hooks: - id: verify-consistent-pyproject-toml-python-requirements