specter-desktop/.pre-commit-config.yaml
Kim Neunert b816a3d480
Release-notes and fix the build (#1135)
* kick

* release-notes

* updating black

* Slightly changes rule for black

* version now v1.3.1

* pin pre-commit and black-version used for linting

* black
2021-04-26 14:09:42 +02:00

6 lines
No EOL
123 B
YAML

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