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

repos:
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
language_version: python3.7