Update Pipfile

Pinned Black version to >=20.
This commit is contained in:
Marco Milovanovic 2020-10-12 17:31:26 +02:00 committed by GitHub
parent 6bde44e755
commit 8899cdfc9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ verify_ssl = true
[dev-packages]
[packages]
black = "*"
black = ">=20"
cfn-lint = "*"
flake8 = "*"
pylint = "*"