Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#550)
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 <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and larsoner authored Apr 23, 2024
1 parent ccf53a7 commit 14e10e3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
mne: dev
kind: pip
python: "3.12" # newest
- os: macos-latest
- os: macos-14
mne: dev
kind: conda
python: "3.11"
python: "3.12"
- os: windows-latest
mne: dev
kind: conda
Expand Down
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.3.7
rev: v0.4.1
hooks:
- id: ruff
args: ["--fix"]
Expand Down
3 changes: 3 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@
# Type hints for undocumented types
("py:.*", r"mne\.io\..*\.Raw.*"), # RawEDF etc.
]
suppress_warnings = [
"config.cache", # our rebuild is okay
]


# -- Options for HTML output ----------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: mne-nirs
channels:
- conda-forge
dependencies:
- python>=3.8
- python>=3.9
- pip
- mne
- nilearn
- statsmodels
- pytables
- pytables>=3.8

0 comments on commit 14e10e3

Please sign in to comment.