blob: 32302e4883a1ef40b1ab01ff0c8c8351707c0961 [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
Yoshi Automation Bot1dec3012020-12-16 09:44:46 -08005 rev: v3.4.0
Yoshi Automation Botec08e662020-12-02 11:25:55 -08006 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
Yoshi Automation Bot49c67552021-04-02 12:26:40 -070015 rev: 3.9.0
Yoshi Automation Botec08e662020-12-02 11:25:55 -080016 hooks:
17 - id: flake8