Files
solaris-guest-bot/.pre-commit-config.yaml
2025-07-02 10:00:48 +03:00

14 lines
298 B
YAML

repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.1.0
hooks:
- id: black
language_version: python3.13
- repo: https://github.com/pycqa/isort
rev: 6.0.1
hooks:
- id: isort
name: isort (python)
language_version: python3.13