specter-desktop/.pre-commit-config.yaml
2022-12-19 21:30:17 +01:00

6 lines
125 B
YAML

repos:
- repo: https://github.com/ambv/black
rev: 22.3.0
hooks:
- id: black
language_version: python3.10