diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6380cec..a6b8e77 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,12 +6,12 @@ repos: args: [--py310-plus] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort args: [--add-import=from __future__ import annotations] @@ -43,7 +43,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.1 + rev: 0.37.4 hooks: - id: check-github-workflows @@ -53,7 +53,7 @@ repos: - id: actionlint - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.8.1 + rev: v3.9.4 hooks: - id: prettier args: [--prose-wrap=always, --print-width=88]