12 lines
274 B
YAML
12 lines
274 B
YAML
repos:
|
|
- repo: https://github.com/python/black
|
|
rev: 23.9.1
|
|
hooks:
|
|
- id: black
|
|
language_version: python3.10
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: 5.12.0
|
|
hooks:
|
|
- id: isort
|
|
args: [ "--profile", "black", "--filter-files" ]
|