blob: fb80a95e88bb20545ed54bab39bde2da6d7358f4 [file] [log] [blame]
Yoshi Automation Botec08e662020-12-02 11:25:55 -08001# See https://pre-commit.com for more information
2# See https://pre-commit.com/hooks.html for more hooks
3repos:
4- repo: https://github.com/pre-commit/pre-commit-hooks
5 rev: v3.2.0
6 hooks:
7 - id: trailing-whitespace
8 - id: end-of-file-fixer
9 - id: check-yaml
10- repo: https://github.com/psf/black
11 rev: 19.10b0
12 hooks:
13 - id: black
14- repo: https://gitlab.com/pycqa/flake8
15 rev: 3.8.4
16 hooks:
17 - id: flake8