Changeset View
Changeset View
Standalone View
Standalone View
.pre-commit-config.yaml
| Show All 17 Lines | - repo: https://github.com/pre-commit/mirrors-eslint | ||||
| hooks: | hooks: | ||||
| - id: eslint | - id: eslint | ||||
| - repo: https://gitlab.com/pycqa/flake8 | - repo: https://gitlab.com/pycqa/flake8 | ||||
| rev: 3.8.3 | rev: 3.8.3 | ||||
| hooks: | hooks: | ||||
| - id: flake8 | - id: flake8 | ||||
| additional_dependencies: ['flake8-docstrings==1.5.0'] | additional_dependencies: ['flake8-docstrings==1.5.0'] | ||||
| - repo: https://github.com/rtts/djhtml | |||||
| rev: v1.4.0 | |||||
| hooks: | |||||
| - id: djhtml | |||||
| args: [--tabwidth=2] | |||||