Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#578)
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>
Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and larsoner authored Sep 24, 2024
1 parent 1f261da commit ec66fce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
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.5
rev: v0.6.7
hooks:
- id: ruff
args: ["--fix"]
Expand Down
7 changes: 5 additions & 2 deletions tools/circleci_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ cd mne-python
pip install -e .
cd ..
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"
python -m pip install -e .
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" \
--only-binary="numpy,scipy,scikit-learn,matplotlib,pandas,ndindex,tables" \
-e .

0 comments on commit ec66fce

Please sign in to comment.