mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-28 03:43:01 +00:00
11 lines
279 B
YAML
11 lines
279 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/mirrors-yapf
|
|
rev: v0.32.0
|
|
hooks:
|
|
- id: yapf
|
|
args: ['--style=.style.yapf', '--parallel', '--in-place']
|
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
|
rev: v13.0.1
|
|
hooks:
|
|
- id: clang-format
|