mirror of
https://github.com/boostorg/lockfree.git
synced 2026-01-19 04:22:09 +00:00
18 lines
387 B
YAML
18 lines
387 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.5.0
|
|
hooks:
|
|
- id: check-yaml
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- id: check-shebang-scripts-are-executable
|
|
- id: mixed-line-ending
|
|
args: [--fix=auto]
|
|
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
|
rev: v20.1.0
|
|
hooks:
|
|
- id: clang-format
|
|
types_or: [c++, c, cuda]
|