canaille-globuzma/.pre-commit-config.yaml

28 lines
702 B
YAML
Raw Normal View History

2021-12-20 22:57:27 +00:00
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-byte-order-marker
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.6.0
hooks:
- id: reorder-python-imports
args: ["--application-directories", "canaille"]
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
hooks:
- id: pyupgrade
2021-12-31 17:53:52 +00:00
args: ["--py37-plus"]
2021-12-20 22:57:27 +00:00
- repo: https://github.com/psf/black
rev: 21.12b0
hooks:
- id: black
- repo: https://github.com/rtts/djhtml
rev: v1.4.11
hooks:
- id: djhtml
args: ["--in-place"]