2022-09-20 15:46:45 +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
|
|
|
|
rev: 5.10.1
|
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
name: isort (python)
|
2022-11-08 06:10:34 +00:00
|
|
|
|
|
|
|
ci:
|
|
|
|
autofix_prs: false
|
|
|
|
autoupdate_schedule: quarterly
|