mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-23 17:01:04 +02:00
17 lines
358 B
YAML
17 lines
358 B
YAML
repos:
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v2.31.1
|
|
hooks:
|
|
- id: pyupgrade
|
|
args:
|
|
- --py39-plus
|
|
- repo: https://github.com/PyCQA/isort
|
|
rev: 5.12.0
|
|
hooks:
|
|
- id: isort
|
|
args:
|
|
- --profile=black
|
|
- repo: https://github.com/python/black
|
|
rev: 22.3.0
|
|
hooks:
|
|
- id: black
|