Plex-Bot-Music/.pre-commit-config.yaml

23 lines
524 B
YAML
Raw Normal View History

2020-07-23 00:17:16 +02:00
default_language_version:
python: python3.7
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: check-case-conflict
- repo: https://github.com/asottile/reorder_python_imports
rev: v1.9.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3.7