mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
eebaee3142
* Bump mypy from 0.812 to 0.910 in /dependencies Bumps [mypy](https://github.com/python/mypy) from 0.812 to 0.910. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.812...v0.910) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * adding more * adding g++ * force it down * force it down * force it down * somehow uppercase? * remove the force * remove the force * fix npm errors * add lib * fix r * make r happy * put it back * make r kinda happy * make r kinda happy * try better * push version * diff landing * add the test back Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
30 lines
443 B
TOML
30 lines
443 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 = "*"
|
|
kiwisolver = "*"
|
|
mypy = "*"
|
|
pylint = "*"
|
|
snakefmt = "*"
|
|
snakemake = "*"
|
|
typing_extensions = "*"
|
|
types-requests = "*"
|
|
yamllint = "*"
|
|
yq = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|