Skip to content

Commit 050f30e

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 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0)
1 parent 6c94c98 commit 050f30e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
1313
- id: check-yaml
1414
- id: check-json
1515
types: [file] # override `types: [json]`
1616
files: \.(json|ipynb)$
17-
- repo: https://github.com/psf/black
18-
rev: "25.1.0"
17+
- repo: https://github.com/psf/black-pre-commit-mirror
18+
rev: "25.9.0"
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/asottile/reorder-python-imports

0 commit comments

Comments
 (0)