https://github.com/dhimmel/hetio
Raw File
Tip revision: 74ffd2c96edf6e861b71ba9a2d623b87b0ce6e4c authored by Daniel Himmelstein on 10 December 2019, 16:09:23 UTC
retire python 3.4, add python 3.8 (#48)
Tip revision: 74ffd2c
.pre-commit-config.yaml
repos:
  - repo: https://github.com/ambv/black
    rev: stable
    hooks:
    - id: black
      language_version: python3
back to top