Skip to content

Commit d11230f

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 23777f6 commit d11230f

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
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: check-yaml
77
- id: end-of-file-fixer
@@ -19,8 +19,8 @@ repos:
1919
- id: fix-encoding-pragma
2020
- id: requirements-txt-fixer
2121
- id: sort-simple-yaml
22-
- repo: https://github.com/psf/black
23-
rev: 25.1.0
22+
- repo: https://github.com/psf/black-pre-commit-mirror
23+
rev: 25.9.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/Lucas-C/pre-commit-hooks

0 commit comments

Comments
 (0)