Skip to content

Commit 63436a6

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/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.9...v0.7.2) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.9...v0.7.2) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0)
1 parent e1c38ad commit 63436a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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]
@@ -22,7 +22,7 @@ repos:
2222

2323
# Ruff treeple
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.6.9
25+
rev: v0.7.2
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.7.2
3535
hooks:
3636
- id: ruff
3737
name: ruff tutorials and examples
@@ -67,7 +67,7 @@ repos:
6767

6868
# mypy
6969
- repo: https://github.com/pre-commit/mirrors-mypy
70-
rev: v1.11.2
70+
rev: v1.13.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)