diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 82a693d5b..2c44138d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: hooks: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.15 + rev: v0.15.17 hooks: - id: ruff-check args: ["--fix"] @@ -33,6 +33,6 @@ repos: - id: nbstripout files: ^examples - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.23.0 + rev: v2.24.1 hooks: - id: pyproject-fmt