26 lines
539 B
YAML
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
|