mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-12 20:10:01 -05:00
Update Pipfile
Pinned Black version to >=20.
This commit is contained in:
parent
6bde44e755
commit
8899cdfc9e
1 changed files with 1 additions and 1 deletions
2
dependencies/Pipfile
vendored
2
dependencies/Pipfile
vendored
|
@ -6,7 +6,7 @@ verify_ssl = true
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
black = "*"
|
black = ">=20"
|
||||||
cfn-lint = "*"
|
cfn-lint = "*"
|
||||||
flake8 = "*"
|
flake8 = "*"
|
||||||
pylint = "*"
|
pylint = "*"
|
||||||
|
|
Loading…
Reference in a new issue