diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea7181f..0808766 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,16 +7,16 @@ repos: entry: ./tools/check_changes.py pass_filenames: false - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.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/Zac-HD/shed - rev: 2023.5.2 + rev: 2024.3.1 hooks: - id: shed args: @@ -27,13 +27,13 @@ repos: - markdown - rst - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.9.0 + rev: v2.14.0 hooks: - id: pretty-format-yaml alias: yaml args: [--autofix, --indent, '2'] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -45,7 +45,7 @@ repos: - id: check-yaml - id: debug-statements - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.1.1 hooks: - id: flake8 language_version: python3 @@ -54,7 +54,7 @@ repos: hooks: - id: python-use-type-annotations - repo: https://github.com/rhysd/actionlint - rev: v1.6.24 + rev: v1.7.1 hooks: - id: actionlint-docker args: @@ -65,7 +65,7 @@ repos: - -ignore - 'SC1004:' - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.23.1 + rev: 0.29.1 hooks: - id: check-github-actions ci: