specter-desktop/.pre-commit-config.yaml

7 lines
125 B
YAML
Raw Permalink Normal View History

2020-11-17 17:05:05 +01:00
repos:
- repo: https://github.com/ambv/black
rev: 22.3.0
2020-11-17 17:05:05 +01:00
hooks:
- id: black
2022-12-19 21:30:17 +01:00
language_version: python3.10