blob: d97d19fe0cf315643ca53feb578c54e26c6c61a8 [file] [log] [blame]
Diego Russoea6111a2020-04-14 18:41:58 +01001exclude: '^ethosu/vela/(tflite|ethos_u55_regs)/'
2repos:
Diego Russoe8a10452020-04-21 17:39:10 +01003- repo: https://github.com/asottile/reorder_python_imports
4 rev: v2.2.0
5 hooks:
6 - id: reorder-python-imports
7
Diego Russoea6111a2020-04-14 18:41:58 +01008- repo: https://github.com/ambv/black
9 rev: stable
10 hooks:
11 - id: black
12 language_version: python3.6
13 args: [--line-length=120]
14
15- repo: https://gitlab.com/pycqa/flake8
16 rev: 3.7.9
17 hooks:
18 - id: flake8
19 args: [--max-line-length=120, --extend-ignore=E203]