mirror of
https://github.com/jellyfin/jellyfin-plugin-kodisyncqueue.git
synced 2024-11-23 05:29:39 +00:00
Add pre-commit config
May need some tuning.
This commit is contained in:
parent
df7f1a406c
commit
edcdded244
23
.pre-commit-config.yaml
Normal file
23
.pre-commit-config.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user