mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
20 lines
250 B
TOML
20 lines
250 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
black = "*"
|
|
cfn-lint = "*"
|
|
flake8 = "*"
|
|
pylint = "*"
|
|
yamllint = "*"
|
|
yq = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|