mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-10 02:53:36 -05:00
Merge pull request #840 from mamilov/patch-1
Pinned Black version to >=20 in Pipfile
This commit is contained in:
commit
e8fb59ba67
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