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

28 wiersze
507 B
YAML
Czysty Zwykły widok Historia

2021-01-24 16:43:52 +00:00
repos:
2021-06-29 22:03:22 +00:00
- repo: https://github.com/rtts/djhtml
2021-06-29 22:48:04 +00:00
rev: v1.4.9
2021-06-29 22:03:22 +00:00
hooks:
- id: djhtml
2021-01-24 16:43:52 +00:00
- repo: https://github.com/myint/autoflake
2021-06-29 22:48:04 +00:00
rev: v1.4
2021-01-24 16:43:52 +00:00
hooks:
- id: autoflake
args: ['--in-place', '--remove-all-unused-imports']
2021-06-29 22:03:22 +00:00
- repo: https://github.com/pycqa/isort
2021-06-29 22:48:04 +00:00
rev: 5.9.1
2021-01-24 16:43:52 +00:00
hooks:
- id: isort
2021-06-29 22:03:22 +00:00
- repo: https://github.com/pycqa/flake8
2021-06-29 22:48:04 +00:00
rev: 3.9.2
2021-06-29 22:03:22 +00:00
hooks:
- id: flake8
- repo: https://github.com/psf/black
2021-06-29 22:48:04 +00:00
rev: 21.6b0
2021-06-29 22:03:22 +00:00
hooks:
- id: black