blob: 0695effb972e583a84926d356e69881050841d62 [file] [log] [blame]
Diego Russoea6111a2020-04-14 18:41:58 +01001exclude: '^ethosu/vela/(tflite|ethos_u55_regs)/'
2repos:
3- repo: https://github.com/ambv/black
4 rev: stable
5 hooks:
6 - id: black
7 language_version: python3.6
8 args: [--line-length=120]
9
10- repo: https://gitlab.com/pycqa/flake8
11 rev: 3.7.9
12 hooks:
13 - id: flake8
14 args: [--max-line-length=120, --extend-ignore=E203]