Skip to content

Commit d472c26

Browse files
pre-commit-ci[bot]larsoner
andauthoredJan 14, 2025
[pre-commit.ci] pre-commit autoupdate (#13060)
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>
1 parent c0da91d commit d472c26

File tree

102 files changed

+276
-355
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+276
-355
lines changed
 

‎.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
# Ruff mne
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.8.6
4+
rev: v0.9.1
55
hooks:
66
- id: ruff
77
name: ruff lint mne
@@ -82,7 +82,7 @@ repos:
8282

8383
# zizmor
8484
- repo: https://github.com/woodruffw/zizmor-pre-commit
85-
rev: v1.0.0
85+
rev: v1.1.1
8686
hooks:
8787
- id: zizmor
8888

‎azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ stages:
112112
- bash: |
113113
set -e
114114
python -m pip install --progress-bar off --upgrade pip
115-
python -m pip install --progress-bar off "mne-qt-browser[opengl] @ git+https://github.com/mne-tools/mne-qt-browser.git@main" pyvista scikit-learn python-picard qtpy nibabel sphinx-gallery "PySide6!=6.8.0,!=6.8.0.1" pandas neo pymatreader antio defusedxml
115+
python -m pip install --progress-bar off "mne-qt-browser[opengl] @ git+https://github.com/mne-tools/mne-qt-browser.git@main" pyvista scikit-learn python-picard qtpy nibabel sphinx-gallery "PySide6!=6.8.0,!=6.8.0.1,!=6.8.1.1" pandas neo pymatreader antio defusedxml
116116
python -m pip uninstall -yq mne
117117
python -m pip install --progress-bar off --upgrade -e .[test]
118118
displayName: 'Install dependencies with pip'

0 commit comments

Comments
 (0)