mirror of
https://github.com/jellyfin/jellyfin-plugin-kodisyncqueue.git
synced 2025-02-17 04:17:50 +00:00
24 lines
686 B
YAML
24 lines
686 B
YAML
# 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
|