mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
08a586cf3b
* adding fun * fix whitespace * adding tests * adding the array * bug in file name * fix tap * makes no sense * adding the hammer * adding some extra protbuf
27 lines
391 B
TOML
27 lines
391 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
ansible-lint = {extras = ["core"], version = "*"}
|
|
black = "*"
|
|
cfn-lint = "*"
|
|
cython = "*"
|
|
flake8 = "*"
|
|
isort = "*"
|
|
mypy = "*"
|
|
pylint = "*"
|
|
snakefmt = "*"
|
|
snakemake = "*"
|
|
typing_extensions = "*"
|
|
yamllint = "*"
|
|
yq = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|