diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d4c4c0..beb0956 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 # must match pyproject.toml + rev: v6.0.0 # must match pyproject.toml hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -12,12 +12,12 @@ repos: - id: name-tests-test args: [--pytest-test-first] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.1.0 # must match pyproject.toml + rev: 25.9.0 # must match pyproject.toml hooks: - id: black language_version: python3.9 - repo: https://github.com/pycqa/isort - rev: 6.0.1 # must match pyproject.toml + rev: 6.1.0 # must match pyproject.toml hooks: - id: isort name: isort (python) @@ -26,7 +26,7 @@ repos: hooks: - id: validate-pyproject - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.2 + rev: 0.34.0 hooks: - id: check-github-workflows - repo: https://github.com/rhysd/actionlint