Select Git revision
.pre-commit-nodocker.yaml
Stéphane Del Pino authored
subrepo: subdir: "packages/CLI11" merged: "41d3c967d" upstream: origin: "git@github.com:CLIUtils/CLI11.git" branch: "master" commit: "41d3c967d" git-subrepo: version: "0.4.0" origin: "git@github.com:ingydotnet/git-subrepo.git" commit: "5d6aba9"
.pre-commit-nodocker.yaml 515 B
repos:
- repo: https://github.com/psf/black
rev: 19.3b0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.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: clang-format
name: Clang Format
language: system
types:
- c++
entry: clang-format
args:
- -style=file
- -i