Skip to content

Commit 5ef26f1

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: 24.10.0 → 26.1.0](psf/black-pre-commit-mirror@24.10.0...26.1.0)
1 parent 5909eee commit 5ef26f1

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,13 +1,13 @@
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: detect-private-key
66
- id: check-docstring-first
77
- id: debug-statements
88
- id: check-merge-conflict
9-
- repo: https://github.com/psf/black
10-
rev: 24.10.0
9+
- repo: https://github.com/psf/black-pre-commit-mirror
10+
rev: 26.1.0
1111
hooks:
1212
- id: black
1313
language_version: python3.12

0 commit comments

Comments
 (0)