Add pre-commit config

May need some tuning.
This commit is contained in:
Odd Stråbø 2021-03-13 21:34:29 +01:00
parent df7f1a406c
commit edcdded244

23
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,23 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: fix-byte-order-marker
- id: check-case-conflict
- id: check-merge-conflict
- id: check-symlinks
- id: destroyed-symlinks
- id: check-vcs-permalinks
- id: detect-private-key
- id: no-commit-to-branch
- repo: https://github.com/jvstein/pre-commit-dotnet-format
rev: 'v0.2'
hooks:
- id: dotnet-format