2022-07-21 12:39:56 +00:00
|
|
|
repos:
|
2022-07-21 12:40:01 +00:00
|
|
|
- repo: https://github.com/ambv/black
|
|
|
|
rev: 22.3.0
|
2022-07-21 12:39:56 +00:00
|
|
|
hooks:
|
|
|
|
- id: black
|
2022-07-21 12:40:01 +00:00
|
|
|
args:
|
|
|
|
- --line-length=120
|
|
|
|
- repo: https://gitlab.com/pycqa/flake8
|
2022-07-21 12:39:56 +00:00
|
|
|
rev: 4.0.1
|
|
|
|
hooks:
|
2022-07-21 12:40:01 +00:00
|
|
|
- id: flake8
|
|
|
|
args:
|
|
|
|
- "--max-line-length=120"
|