Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 28a4e91

Browse files
authored
Merge pull request #55 from stack-of-tasks/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents cf88350 + 48f68b5 commit 28a4e91

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-clang-format
3-
rev: v20.1.8
3+
rev: v21.1.2
44
hooks:
55
- id: clang-format
66
args: [--style=Google]
@@ -22,8 +22,8 @@ repos:
2222
- id: fix-byte-order-marker
2323
- id: mixed-line-ending
2424
- id: trailing-whitespace
25-
- repo: https://github.com/psf/black
26-
rev: 25.1.0
25+
- repo: https://github.com/psf/black-pre-commit-mirror
26+
rev: 25.9.0
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)