diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c465fe5..975edc3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,18 +56,18 @@ repos: - "--py39-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: ["--profile", "black", "--filter-files"] - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.37.1" + rev: "0.37.4" hooks: - id: "check-github-workflows"