Skip to content

Commit ad992fa

Browse files
committed
reformatting of the pre-commit config
1 parent 0f57849 commit ad992fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ repos:
1818
rev: v0.9.3
1919
hooks:
2020
- id: taplo-format
21-
args: [--option, array_auto_collapse=false]
21+
args: ["--option 'array_auto_collapse=false'"]
2222
- id: taplo-lint
23-
args: [--no-schema]
23+
args: ["--no-schema"]
2424
- repo: https://github.com/abravalheri/validate-pyproject
2525
rev: v0.24.1
2626
hooks:
2727
- id: validate-pyproject
28-
# https://github.com/python/black#version-control-integration
2928
- repo: https://github.com/psf/black-pre-commit-mirror
3029
rev: 25.9.0
3130
hooks:
@@ -40,9 +39,10 @@ repos:
4039
rev: v0.13.2
4140
hooks:
4241
- id: ruff
43-
args: [--fix]
42+
args: ["--fix"]
4443
- repo: https://github.com/kynan/nbstripout
4544
rev: 0.8.1
4645
hooks:
4746
- id: nbstripout
48-
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]
47+
args:
48+
- "--extra-keys='metadata.kernelspec metadata.language_info.version'"

0 commit comments

Comments
 (0)