puppet-enc/.pre-commit-config.yaml
Ben Vincent d15897319d Setup pre-commit
* resolved issues with data/template.yaml
  * resolved issues with enc.py
2023-06-18 20:55:19 +10:00

26 lines
539 B
YAML

repos:
- repo: 'https://github.com/adrienverge/yamllint'
rev: v1.32.0
hooks:
- id: 'yamllint'
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
language_version: python3.7
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
# - repo: https://github.com/pre-commit/mirrors-mypy
# rev: v1.3.0
# hooks:
# - id: mypy