1
0
mirror of https://github.com/enpaul/keyosk.git synced 2024-09-28 19:54:01 +00:00
keyosk/.pre-commit-config.yaml

29 lines
635 B
YAML
Raw Normal View History

2020-02-19 03:37:39 +00:00
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
2020-02-19 03:37:39 +00:00
hooks:
- id: end-of-file-fixer
- id: fix-encoding-pragma
args: [--remove]
- id: trailing-whitespace
- id: check-merge-conflict
- repo: https://github.com/psf/black
rev: master
hooks:
- id: black
language: system
- repo: https://github.com/asottile/blacken-docs
rev: master
hooks:
- id: blacken-docs
language: system
2020-02-19 03:37:39 +00:00
- repo: https://github.com/asottile/reorder_python_imports
rev: master
2020-02-19 03:37:39 +00:00
hooks:
- id: reorder-python-imports
language: system