mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
5d2ea81f00
* adding cpp * adding cpp * tests * make test better * fix test
28 lines
405 B
TOML
28 lines
405 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
ansible-lint = {extras = ["core"], version = "*"}
|
|
black = "*"
|
|
cfn-lint = "*"
|
|
cpplint = "*"
|
|
cython = "*"
|
|
flake8 = "*"
|
|
isort = "*"
|
|
mypy = "*"
|
|
pylint = "*"
|
|
snakefmt = "*"
|
|
snakemake = "*"
|
|
typing_extensions = "*"
|
|
yamllint = "*"
|
|
yq = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|