2022-08-24 11:41:11 +00:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/psf/black
|
|
|
|
rev: 22.8.0
|
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
language_version: python3.9
|
|
|
|
- repo: https://github.com/pycqa/isort
|
2023-02-07 10:13:57 +00:00
|
|
|
rev: 5.12.0
|
2022-08-24 11:41:11 +00:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
name: isort (python)
|