diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57e9fe0..11b3691 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.0 + rev: 0.37.1 hooks: - name: Check GitHub Actions Workflows id: check-github-workflows @@ -48,12 +48,12 @@ repos: id: trailing-whitespace exclude: ^tests/|^.gitignore$ - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.8.0 + rev: v2.21.0 hooks: - name: Python format pyproject.toml id: pyproject-fmt - repo: https://github.com/pycqa/isort - rev: 7.0.0 + rev: 8.0.1 hooks: - name: Python isort id: isort