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

@ -12,4 +12,5 @@ repos:
rev: 22.3.0
hooks:
- id: black
language_version: python3
language_version: python3
additional_dependencies: [ 'click==8.0.4' ]