diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4aadbbd41..eedd2f5e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.4 + rev: v0.8.0 hooks: - id: ruff name: ruff mne_bids/ @@ -33,7 +33,7 @@ repos: - id: check-docstring-first - repo: https://github.com/pappasam/toml-sort - rev: v0.24.1 + rev: v0.24.2 hooks: - id: toml-sort-fix files: pyproject.toml