2022-03-09 09:45:33 +00:00
|
|
|
---
|
|
|
|
|
repos:
|
|
|
|
|
- repo: https://github.com/psf/black
|
2022-04-04 17:37:27 +00:00
|
|
|
rev: 22.3.0
|
2022-03-09 09:45:33 +00:00
|
|
|
hooks:
|
|
|
|
|
- id: black
|
|
|
|
|
language_version: python3.7
|
|
|
|
|
- repo: https://github.com/PyCQA/isort
|
|
|
|
|
rev: 5.10.1
|
|
|
|
|
hooks:
|
|
|
|
|
- id: isort
|