diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 394e1488..e6ff9264 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black args: ["--target-version=py39"] @@ -12,7 +12,7 @@ repos: args: ["--target-version=py39"] - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort @@ -47,7 +47,7 @@ repos: # - id: pyprojectsort - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.31.0" + rev: "0.31.1" hooks: - id: check-github-workflows - id: check-readthedocs @@ -59,7 +59,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.9.1 + rev: v0.9.4 hooks: # Run the linter. - id: ruff