diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e2d518a8..c403995e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ 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$" @@ -15,7 +15,7 @@ repos: args: - --futures=true - repo: https://github.com/Zac-HD/shed - rev: 2023.5.2 + rev: 2023.6.1 hooks: - id: shed args: @@ -26,11 +26,11 @@ repos: - markdown - rst - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 - 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 @@ -44,7 +44,7 @@ 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: | @@ -62,7 +62,7 @@ repos: # - -ignore # - 'SC1004:' - repo: https://github.com/sirosen/check-jsonschema - rev: 0.23.2 + rev: 0.27.3 hooks: - id: check-github-actions - id: check-github-workflows