Skip to content

Commit

Permalink
Merge branch 'main' into fix_intersphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns authored Feb 3, 2025
2 parents 1f9484b + 020ca0d commit 133892d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
# Ruff mne_connectivity
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.3
rev: v0.9.4
hooks:
- id: ruff
name: ruff lint mne_connectivity
Expand All @@ -10,7 +10,7 @@ repos:

# Ruff tutorials and examples
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.3
rev: v0.9.4
hooks:
- id: ruff
name: ruff lint tutorials and examples
Expand All @@ -21,7 +21,7 @@ repos:

# Codespell
- repo: https://github.com/codespell-project/codespell
rev: v2.4.0
rev: v2.4.1
hooks:
- id: codespell
additional_dependencies:
Expand Down

0 comments on commit 133892d

Please sign in to comment.