Fix pre-commit (#440)

This commit is contained in:
DecaTec 2022-06-01 12:51:46 +02:00 committed by GitHub
parent 3e7b106482
commit cbc9633fe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,3 +13,4 @@ repos:
hooks:
- id: black
language_version: python3
additional_dependencies: [ 'click==8.0.4' ]