Skip to content

Commit eef10ac

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.27.3 → 0.31.2](python-jsonschema/check-jsonschema@0.27.3...0.31.2) - [github.com/kynan/nbstripout: 0.6.1 → 0.8.1](kynan/nbstripout@0.6.1...0.8.1) - https://github.com/psf/black/: 23.12.1 → 25.1.0 - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.15.0](pre-commit/mirrors-mypy@v1.8.0...v1.15.0)
1 parent 623a5e0 commit eef10ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-yaml
1111
- id: end-of-file-fixer
@@ -16,24 +16,24 @@ repos:
1616
- id: no-commit-to-branch
1717
name: no-commit-to-main-branch
1818
- repo: https://github.com/python-jsonschema/check-jsonschema
19-
rev: 0.27.3
19+
rev: 0.31.2
2020
hooks:
2121
- id: check-github-workflows
2222
name: validate github workflows
2323
- repo: https://github.com/kynan/nbstripout
24-
rev: 0.6.1
24+
rev: 0.8.1
2525
hooks:
2626
- id: nbstripout
2727
- repo: https://github.com/psf/black/
28-
rev: 23.12.1
28+
rev: 25.1.0
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/PyCQA/isort
32-
rev: 5.13.2
32+
rev: 6.0.0
3333
hooks:
3434
- id: isort
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.8.0
36+
rev: v1.15.0
3737
hooks:
3838
- id: mypy
3939
# args:

0 commit comments

Comments
 (0)