Skip to content

Commit 801ba7b

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.11.12](astral-sh/ruff-pre-commit@v0.6.9...v0.11.12) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.11.12](astral-sh/ruff-pre-commit@v0.6.9...v0.11.12) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.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.16.0](pre-commit/mirrors-mypy@v1.11.2...v1.16.0) - [github.com/rstcheck/rstcheck.git: v6.2.4 → v6.2.5](https://github.com/rstcheck/rstcheck.git/compare/v6.2.4...v6.2.5)
1 parent 75c2cf9 commit 801ba7b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
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.11.12
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.11.12
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:
@@ -52,22 +52,22 @@ repos:
5252

5353
# yamllint
5454
- repo: https://github.com/adrienverge/yamllint.git
55-
rev: v1.35.1
55+
rev: v1.37.1
5656
hooks:
5757
- id: yamllint
5858
args: [--strict, -c, .yamllint.yml]
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.16.0
7171
hooks:
7272
- id: mypy
7373
# Avoid the conflict between mne/__init__.py and mne/__init__.pyi by ignoring the former
@@ -76,7 +76,7 @@ repos:
7676

7777
# rstcheck
7878
- repo: https://github.com/rstcheck/rstcheck.git
79-
rev: v6.2.4
79+
rev: v6.2.5
8080
hooks:
8181
- id: rstcheck
8282
additional_dependencies:

0 commit comments

Comments
 (0)