mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
17 lines
219 B
TOML
17 lines
219 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
yamllint = "*"
|
|
pylint = "*"
|
|
yq = "*"
|
|
cfn-lint = "*"
|
|
terrascan = "*"
|
|
flake8 = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|