mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-12-24 04:52:45 +00:00
15 lines
366 B
YAML
15 lines
366 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/pycqa/flake8
|
|
rev: '4.0.1'
|
|
hooks:
|
|
- id: flake8
|
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
|
rev: v13.0.1
|
|
hooks:
|
|
- id: clang-format
|