Skip to content

Commit 6aa6b3e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [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.9.10](astral-sh/ruff-pre-commit@v0.6.9...v0.9.10) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.9.10](astral-sh/ruff-pre-commit@v0.6.9...v0.9.10) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [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.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.0)
1 parent 75c2cf9 commit 6aa6b3e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.8.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
args: [--quiet]
77

88
- repo: https://github.com/pycqa/isort
9-
rev: 5.13.2
9+
rev: 6.0.1
1010
hooks:
1111
- id: isort
1212
name: isort (python)
@@ -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.9.10
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.9.10
3535
hooks:
3636
- id: ruff
3737
name: ruff tutorials and examples
@@ -42,7 +42,7 @@ repos:
4242

4343
# Codespell
4444
- repo: https://github.com/codespell-project/codespell
45-
rev: v2.3.0
45+
rev: v2.4.1
4646
hooks:
4747
- id: codespell
4848
additional_dependencies:
@@ -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.15.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)