1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 19:29:41 +00:00
humulus/.pre-commit-config.yaml
2019-07-22 13:05:18 -06:00

10 lines
207 B
YAML

repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3.6
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
- id: flake8