Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#217)
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 Oct 24, 2023
1 parent 3a0eafa commit 1721ee9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black
args: [--quiet]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.0
rev: v0.1.1
hooks:
- id: ruff
- repo: https://github.com/adrienverge/yamllint.git
Expand Down
8 changes: 4 additions & 4 deletions recipes/mne-python/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ channels:
specs:
# Python
- python =3.11.5
- pip =23.3
- pip =23.3.1
- conda =23.9.0
- mamba =1.5.2
- conda-libmamba-solver =23.9.1
- conda-libmamba-solver =23.9.2
# MNE ecosystem
# TODO: ⛔️ ⛔️ ⛔️ DEV BUILDS START: CHANGE BEFORE RELEASE! ⛔️ ⛔️ ⛔️
# - mne =1.4dev0=*_20230503
Expand Down Expand Up @@ -159,8 +159,8 @@ specs:
- pytest-qt =4.2.0
- pytest-harvest =1.10.4
- pre-commit =3.5.0
- ruff =0.1.0
- black =23.9.1
- ruff =0.1.1
- black =23.10.0
- py-spy =0.3.14
- line_profiler =4.1.1
- memory_profiler =0.61.0
Expand Down
1 change: 1 addition & 0 deletions tests/test_outdated.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class Package: # noqa: D101

allowed_outdated: set[str] = {
"python", # ignore 3.12.0rc3
"tensorflow", # 3.13.1 conflicts with VTK
}
packages: list[Package] = []

Expand Down

0 comments on commit 1721ee9

Please sign in to comment.