Files
sigal/.pre-commit-config.yaml

24 lines
595 B
YAML
Raw Normal View History

2021-07-06 22:44:19 +02:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: check-yaml
- id: check-added-large-files
- id: trailing-whitespace
exclude: ".*(galleria|photoswipe|jquery).*$"
- id: end-of-file-fixer
exclude: ".*(galleria|photoswipe|jquery).*$"
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
types: [file, python]
- repo: https://github.com/timothycrosley/isort
rev: 5.8.0
hooks:
- id: isort
2021-07-07 00:12:08 +02:00
- repo: https://github.com/psf/black
rev: 21.6b0
hooks:
- id: black