diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de35947..0de6803 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,26 +5,26 @@ ci: repos: - repo: https://github.com/asottile/add-trailing-comma.git - rev: v3.1.0 + rev: v3.2.0 hooks: - id: add-trailing-comma - repo: https://github.com/asottile/pyupgrade.git - rev: v3.17.0 + rev: v3.20.0 hooks: - id: pyupgrade args: - --py311-plus - repo: https://github.com/PyCQA/isort.git - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort args: - --honor-noqa - repo: https://github.com/PyCQA/docformatter.git - rev: v1.7.5 + rev: v1.7.7 hooks: - id: docformatter args: @@ -36,7 +36,7 @@ repos: - id: remove-tabs - repo: https://github.com/python-jsonschema/check-jsonschema.git - rev: 0.29.3 + rev: 0.33.2 hooks: - id: check-github-actions - id: check-github-workflows @@ -91,14 +91,14 @@ repos: - id: debug-statements - repo: https://github.com/codespell-project/codespell.git - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell exclude: >- ^\.github/\.json-schemas/.*\.json$ - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.37.1 hooks: - id: yamllint types: