deoldify / .pre-commit-config.yaml
ali-ghamdan's picture
publish
31a913a
repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
args: [-S]
language_version: python3.6