This repository has been archived on 2020-11-22. You can view files and clone it, but cannot push or open issues/pull-requests.
mangareader/.pre-commit-config.yaml

7 lines
127 B
YAML
Raw Permalink Normal View History

2020-02-15 15:41:11 +01:00
repos:
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
language_version: python3.7