lookingglass/.pre-commit-config.yaml
2019-06-16 15:42:31 -07:00

11 lines
258 B
YAML

repos:
- repo: https://github.com/python/black
rev: stable
hooks:
- id: black
language_version: python3
- repo: https://github.com/sebdah/git-pylint-commit-hook
rev: 2.5.1
hooks:
- id: pylint
language_version: python3