mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
44 lines
986 B
YAML
44 lines
986 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.0.1
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-toml
|
|
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v2.29.1
|
|
hooks:
|
|
- id: pyupgrade
|
|
args: [--py37-plus]
|
|
|
|
- repo: https://github.com/psf/black
|
|
rev: 21.11b1
|
|
hooks:
|
|
- id: black
|
|
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: 5.10.1
|
|
hooks:
|
|
- id: isort
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
|
rev: v2.5.0
|
|
hooks:
|
|
- id: prettier
|
|
exclude: installation/docker-compose-custom.yml
|
|
|
|
- repo: https://github.com/codespell-project/codespell
|
|
rev: v2.1.0
|
|
hooks:
|
|
- id: codespell
|
|
|
|
- repo: https://github.com/scop/pre-commit-shfmt
|
|
rev: v3.4.1-1
|
|
hooks:
|
|
- id: shfmt # native (requires Go to build)
|
|
|
|
- repo: https://github.com/shellcheck-py/shellcheck-py
|
|
rev: v0.8.0.1
|
|
hooks:
|
|
- id: shellcheck
|