django-simplecms/example/.pre-commit-config.yaml

29 wiersze
541 B
YAML

repos:
- repo: https://github.com/rtts/djhtml
rev: main
hooks:
- id: djhtml
- repo: https://github.com/myint/autoflake
rev: master
hooks:
- id: autoflake
args: ['--in-place', '--remove-all-unused-imports']
- repo: https://github.com/pycqa/isort
rev: main
hooks:
- id: isort
args: ['--line-length', '88']
- repo: https://github.com/psf/black
rev: main
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: main
hooks:
- id: flake8