Merge pull request #840 from mamilov/patch-1

Pinned Black version to >=20 in Pipfile
This commit is contained in:
Lukas Gravley 2020-10-12 10:50:01 -05:00 committed by GitHub
commit e8fb59ba67
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 = "*"