Wooey/.pre-commit-config.yaml

28 lines
619 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: setup.cfg
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1"
hooks:
- id: prettier
- repo: https://github.com/rtts/djhtml
rev: "3.0.6"
hooks:
- id: djhtml
- repo: https://github.com/pycqa/flake8
rev: "6.0.0"
hooks:
- id: flake8
default_language_version:
python: python3.9