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