Skip to content

Commit 82c6728

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/MarcoGorelli/cython-lint: v0.16.2 → v0.16.6](MarcoGorelli/cython-lint@v0.16.2...v0.16.6) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.4](astral-sh/ruff-pre-commit@v0.6.9...v0.8.4) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.4](astral-sh/ruff-pre-commit@v0.6.9...v0.8.4) - [github.com/pappasam/toml-sort: v0.23.1 → v0.24.2](pappasam/toml-sort@v0.23.1...v0.24.2) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.14.0](pre-commit/mirrors-mypy@v1.11.2...v1.14.0)
1 parent ab12ca9 commit 82c6728

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.8.0
3+
rev: 24.10.0
44
hooks:
55
- id: black
66
args: [--quiet]
@@ -15,14 +15,14 @@ repos:
1515
types: [cython]
1616

1717
- repo: https://github.com/MarcoGorelli/cython-lint
18-
rev: v0.16.2
18+
rev: v0.16.6
1919
hooks:
2020
- id: cython-lint
2121
- id: double-quote-cython-strings
2222

2323
# Ruff treeple
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.6.9
25+
rev: v0.8.4
2626
hooks:
2727
- id: ruff
2828
name: ruff treeple
@@ -31,7 +31,7 @@ repos:
3131

3232
# Ruff tutorials and examples
3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.6.9
34+
rev: v0.8.4
3535
hooks:
3636
- id: ruff
3737
name: ruff tutorials and examples
@@ -59,15 +59,15 @@ repos:
5959

6060
# toml-sort
6161
- repo: https://github.com/pappasam/toml-sort
62-
rev: v0.23.1
62+
rev: v0.24.2
6363
hooks:
6464
- id: toml-sort
6565
files: ^pyproject\.toml$
6666
args: ['-i']
6767

6868
# mypy
6969
- repo: https://github.com/pre-commit/mirrors-mypy
70-
rev: v1.11.2
70+
rev: v1.14.0
7171
hooks:
7272
- id: mypy
7373
# Avoid the conflict between mne/__init__.py and mne/__init__.pyi by ignoring the former

0 commit comments

Comments
 (0)