Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#579)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 1, 2024
1 parent ec66fce commit a3d43fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
# Ruff mne
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.7
rev: v0.6.8
hooks:
- id: ruff
args: ["--fix"]
Expand Down
1 change: 1 addition & 0 deletions tools/circleci_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ echo "Installing dependencies"
python -m pip install --upgrade --progress-bar off \
-r requirements.txt -r requirements_testing.txt -r requirements_doc.txt \
"mne-qt-browser[opengl] @ git+https://github.com/mne-tools/mne-qt-browser.git@main" \
"mne-bids @ git+https://github.com/mne-tools/mne-bids.git@main" \
--only-binary="numpy,scipy,scikit-learn,matplotlib,pandas,ndindex,tables" \
-e .

0 comments on commit a3d43fd

Please sign in to comment.