mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
16 lines
357 B
YAML
16 lines
357 B
YAML
---
|
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
|
sha: v1.4.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: autopep8-wrapper
|
|
- id: check-yaml
|
|
- id: check-merge-conflict
|
|
- id: debug-statements
|
|
- id: flake8
|
|
- repo: git://github.com/detailyang/pre-commit-shell
|
|
sha: 1.0.2
|
|
hooks:
|
|
- id: shell-lint
|