1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 20:49:44 +00:00
humulus/.pre-commit-config.yaml

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