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

Commit f08d9f3

Browse files
authored
Merge pull request #52 from stack-of-tasks/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 6743771 + 0200681 commit f08d9f3

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,11 +1,11 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-clang-format
3-
rev: v18.1.8
3+
rev: v19.1.2
44
hooks:
55
- id: clang-format
66
args: [--style=Google]
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-ast
@@ -23,7 +23,7 @@ repos:
2323
- id: mixed-line-ending
2424
- id: trailing-whitespace
2525
- repo: https://github.com/psf/black
26-
rev: 24.8.0
26+
rev: 24.10.0
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)