mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/language-data.git
synced 2025-10-04 15:12:29 +08:00
33 lines
872 B
YAML
33 lines
872 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/mirrors-isort
|
|
rev: v5.5.2
|
|
hooks:
|
|
- id: isort
|
|
- repo: https://github.com/ambv/black
|
|
rev: 20.8b1
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v3.2.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-yaml
|
|
- id: requirements-txt-fixer
|
|
- id: check-merge-conflict
|
|
- id: mixed-line-ending
|
|
args: [--fix=lf]
|
|
- repo: https://github.com/adrienverge/yamllint
|
|
rev: v1.24.2
|
|
hooks:
|
|
- id: yamllint
|
|
- repo: meta
|
|
hooks:
|
|
- id: check-hooks-apply
|
|
- id: check-useless-excludes
|
|
- repo: https://github.com/prettier/prettier
|
|
rev: 2.1.1
|
|
hooks:
|
|
- id: prettier
|