mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
ce9b02f11d
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
26 lines
349 B
TOML
26 lines
349 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
black = "*"
|
|
cfn-lint = "*"
|
|
cython = "*"
|
|
flake8 = "*"
|
|
pylint = "*"
|
|
isort = "*"
|
|
snakefmt = "*"
|
|
snakemake = "*"
|
|
yamllint = "*"
|
|
typing_extensions = "*"
|
|
yq = "*"
|
|
ansible-lint = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|