diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 94e830b..7ac8069 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.4.0' + rev: 'v4.5.0' hooks: - id: check-merge-conflict exclude: "rst$" - repo: https://github.com/asottile/yesqa - rev: v1.4.0 + rev: v1.5.0 hooks: - id: yesqa # - repo: https://github.com/sondrelg/pep585-upgrade @@ -15,7 +15,7 @@ repos: # args: # - --futures=true - repo: https://github.com/Zac-HD/shed - rev: 2023.5.1 + rev: 2024.3.1 hooks: - id: shed args: @@ -25,7 +25,7 @@ repos: - markdown - rst - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.4.0' + rev: 'v4.5.0' hooks: - id: check-case-conflict - id: check-json @@ -39,14 +39,14 @@ repos: - id: debug-statements # Another entry is required to apply file-contents-sorter to another file - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.4.0' + rev: 'v4.5.0' hooks: - id: file-contents-sorter files: | docs/spelling_wordlist.txt| .gitignore - repo: https://github.com/rhysd/actionlint - rev: v1.6.24 + rev: v1.6.27 hooks: - id: actionlint-docker args: @@ -57,7 +57,7 @@ repos: - -ignore - 'SC1004:' - repo: https://github.com/sirosen/check-jsonschema - rev: 0.23.0 + rev: 0.28.0 hooks: - id: check-github-actions ci: