Skip to content

Commit 5e3bfe4

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.3.1](psf/black-pre-commit-mirror@25.1.0...26.3.1)
1 parent f1c8aa3 commit 5e3bfe4

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: "v5.0.0"
6+
rev: "v6.0.0"
77
hooks:
88
- id: check-case-conflict
99
- id: check-docstring-first
@@ -17,8 +17,8 @@ repos:
1717
- id: mixed-line-ending
1818
- id: trailing-whitespace
1919

20-
- repo: https://github.com/psf/black
21-
rev: "25.1.0"
20+
- repo: https://github.com/psf/black-pre-commit-mirror
21+
rev: "26.3.1"
2222
hooks:
2323
- id: black
2424
args: [--preview, --enable-unstable-feature, string_processing]

0 commit comments

Comments
 (0)