diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 06e7f1ef..929fcf3f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.2 + rev: 0.37.0 hooks: - id: check-github-workflows args: ["--verbose"] @@ -15,7 +15,7 @@ repos: - id: codespell additional_dependencies: ["tomli>=2.4"] - repo: https://github.com/tox-dev/tox-toml-fmt - rev: "v1.7.2" + rev: "v1.8.0" hooks: - id: tox-toml-fmt - repo: https://github.com/tox-dev/pyproject-fmt @@ -23,7 +23,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.2" + rev: "v0.15.4" hooks: - id: ruff-format - id: ruff-check