kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
26 wiersze
718 B
YAML
26 wiersze
718 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: v4.3.0
|
|
hooks:
|
|
- id: check-added-large-files
|
|
- id: check-case-conflict
|
|
- id: check-executables-have-shebangs
|
|
- id: check-shebang-scripts-are-executable
|
|
- id: check-symlinks
|
|
- id: destroyed-symlinks
|
|
|
|
- id: check-json
|
|
- id: check-yaml
|
|
- id: check-xml
|
|
- id: check-toml
|
|
|
|
- id: check-vcs-permalinks
|
|
- id: check-merge-conflict
|
|
- id: end-of-file-fixer
|
|
exclude: ^(docs/locales/.*/LC_MESSAGES)
|
|
- id: mixed-line-ending
|
|
- id: trailing-whitespace
|