Skip to content

Commit ec35c8d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.5.1](psf/black-pre-commit-mirror@25.1.0...26.5.1) - [github.com/kynan/nbstripout: 0.8.1 → 0.9.1](kynan/nbstripout@0.8.1...0.9.1) - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.37.4](python-jsonschema/check-jsonschema@0.32.1...0.37.4)
1 parent c9cfe95 commit ec35c8d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- id: mixed-line-ending
99
- id: check-toml
1010

11-
- repo: https://github.com/psf/black
12-
rev: 25.1.0
11+
- repo: https://github.com/psf/black-pre-commit-mirror
12+
rev: 26.5.1
1313
hooks:
1414
- id: black
1515
- id: black-jupyter
1616

1717
- repo: https://github.com/kynan/nbstripout
18-
rev: 0.8.1
18+
rev: 0.9.1
1919
hooks:
2020
- id: nbstripout
2121

@@ -28,7 +28,7 @@ repos:
2828
- "prettier-plugin-toml"
2929

3030
- repo: https://github.com/python-jsonschema/check-jsonschema
31-
rev: 0.32.1
31+
rev: 0.37.4
3232
hooks:
3333
- id: check-github-workflows
3434

0 commit comments

Comments
 (0)