2022-07-21 12:39:56 +00:00
|
|
|
repos:
|
2022-07-21 12:40:09 +00:00
|
|
|
- repo: https://github.com/psf/black
|
|
|
|
rev: 22.6.0
|
2022-07-21 12:39:56 +00:00
|
|
|
hooks:
|
|
|
|
- id: black
|
2022-07-21 12:40:01 +00:00
|
|
|
args:
|
|
|
|
- --line-length=120
|
2022-07-21 12:40:09 +00:00
|
|
|
- repo: https://github.com/PyCQA/isort
|
|
|
|
rev: 5.10.1
|
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
args: ["--profile", "black"]
|
|
|
|
- repo: https://github.com/PyCQA/flake8
|
2022-07-21 12:39:56 +00:00
|
|
|
rev: 4.0.1
|
|
|
|
hooks:
|
2022-07-21 12:40:09 +00:00
|
|
|
- id: flake8
|
|
|
|
args: [--max-line-length=120]
|