diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c39aff87d92..8686a2e698a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # Ruff mne - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.7 + rev: v0.15.8 hooks: - id: ruff-check name: ruff lint mne @@ -58,7 +58,7 @@ repos: args: ["--ignore-case"] - repo: https://github.com/pappasam/toml-sort - rev: v0.24.3 + rev: v0.24.4 hooks: - id: toml-sort-fix files: pyproject.toml