v01
This commit is contained in:
29
thirdparty/CLI11/.pre-commit-config.yaml
vendored
Normal file
29
thirdparty/CLI11/.pre-commit-config.yaml
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 20.8b1
|
||||
hooks:
|
||||
- id: black
|
||||
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v3.4.0
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
- id: mixed-line-ending
|
||||
- id: trailing-whitespace
|
||||
- id: check-merge-conflict
|
||||
- id: check-case-conflict
|
||||
- id: check-symlinks
|
||||
- id: check-yaml
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: docker-clang-format
|
||||
name: Docker Clang Format
|
||||
language: docker_image
|
||||
types:
|
||||
- c++
|
||||
entry: unibeautify/clang-format:latest
|
||||
args:
|
||||
- -style=file
|
||||
- -i
|
||||
Reference in New Issue
Block a user