Yoshi Automation Bot | ec08e66 | 2020-12-02 11:25:55 -0800 | [diff] [blame^] | 1 | # See https://pre-commit.com for more information |
2 | # See https://pre-commit.com/hooks.html for more hooks | ||||
3 | repos: | ||||
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 |