frostfs-testlib/.pre-commit-config.yaml
Aleskei Chetaev 0b42dbaab1 Bump version 1.1.0 -> 1.1.1
Signed-off-by: Aleskei Chetaev <alex.chetaev@gmail.com>
2023-02-08 10:52:10 +01:00

11 lines
243 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 22.8.0
hooks:
- id: black
language_version: python3.10
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: isort (python)