diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1a58a11..82e66c7 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.3.1 + rev: 2024.1.1 hooks: - id: shed args: @@ -26,11 +26,11 @@ repos: - markdown - rst - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.0.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.22.0 + rev: 0.27.3 hooks: - id: check-github-actions - id: check-github-workflows