mirror of
https://github.com/jarulsamy/Plex-Bot.git
synced 2024-08-19 15:01:55 +02:00
23 lines
524 B
YAML
23 lines
524 B
YAML
|
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
|