Skip to content

Commit c7488b0

Browse files
[pre-commit.ci] pre-commit autoupdate (#342)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.1](astral-sh/ruff-pre-commit@v0.13.0...v0.13.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * autoupdate again * reformatting of the pre-commit config * remove unused comment * remove quotes * back to separate options --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Justus Magin <[email protected]>
1 parent 7e384e0 commit c7488b0

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
ci:
22
autoupdate_schedule: weekly
33

4-
# https://pre-commit.com/
54
repos:
65
- repo: https://github.com/pre-commit/pre-commit-hooks
76
rev: v6.0.0
@@ -18,31 +17,31 @@ repos:
1817
rev: v0.9.3
1918
hooks:
2019
- id: taplo-format
21-
args: [--option, array_auto_collapse=false]
20+
args: ["--option", "array_auto_collapse=false"]
2221
- id: taplo-lint
23-
args: [--no-schema]
22+
args: ["--no-schema"]
2423
- repo: https://github.com/abravalheri/validate-pyproject
2524
rev: v0.24.1
2625
hooks:
2726
- id: validate-pyproject
28-
# https://github.com/python/black#version-control-integration
2927
- repo: https://github.com/psf/black-pre-commit-mirror
30-
rev: 25.1.0
28+
rev: 25.9.0
3129
hooks:
3230
- id: black-jupyter
3331
- repo: https://github.com/keewis/blackdoc
34-
rev: v0.4.1
32+
rev: v0.4.2
3533
hooks:
3634
- id: blackdoc
37-
additional_dependencies: ["black==25.1.0"]
35+
additional_dependencies: ["black==25.9.0"]
3836
- id: blackdoc-autoupdate-black
3937
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.13.0
38+
rev: v0.13.2
4139
hooks:
4240
- id: ruff
43-
args: [--fix]
41+
args: ["--fix"]
4442
- repo: https://github.com/kynan/nbstripout
4543
rev: 0.8.1
4644
hooks:
4745
- id: nbstripout
48-
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]
46+
args:
47+
- "--extra-keys='metadata.kernelspec metadata.language_info.version'"

0 commit comments

Comments
 (0)