LineViewer / .pre-commit-config.yaml
lihao57
Add application file
840a94e
raw
history blame contribute delete
325 Bytes
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
args: [--line-length=120]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: check-json
- id: end-of-file-fixer
- id: trailing-whitespace
- id: requirements-txt-fixer