specter-desktop/.pre-commit-config.yaml
2022-05-09 10:00:11 +02:00

6 lines
124 B
YAML

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