forked from TrueCloudLab/frostfs-testlib
12 lines
242 B
YAML
12 lines
242 B
YAML
|
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)
|