mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
067dde749b
* Bump pylint from 2.9.0 to 2.9.5 in /dependencies Bumps [pylint](https://github.com/PyCQA/pylint) from 2.9.0 to 2.9.5. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/v2.9.0...v2.9.5) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * adding lib * fixed? * removetest Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
31 lines
458 B
TOML
31 lines
458 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 = "*"
|
|
pybind11 = "*"
|
|
snakefmt = "*"
|
|
snakemake = "*"
|
|
typing_extensions = "*"
|
|
types-requests = "*"
|
|
yamllint = "*"
|
|
yq = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|