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
This commit is contained in:
Kim Neunert 2021-04-26 14:09:42 +02:00 committed by GitHub
parent b2a89981b2
commit b816a3d480
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 106 additions and 79 deletions

View file

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/ambv/black
rev: stable
rev: 21.4b0
hooks:
- id: black
language_version: python3.8