chore(build): add pylint dependency
This commit is contained in:
parent
7d148cbd48
commit
c02d579f9e
3 changed files with 57 additions and 1 deletions
|
|
@ -1,11 +1,15 @@
|
|||
-i https://pypi.org/simple
|
||||
astroid==3.3.9; python_full_version >= '3.9.0'
|
||||
autopep8==2.3.2; python_version >= '3.9'
|
||||
cachetools==5.5.2; python_version >= '3.7'
|
||||
certifi==2025.1.31; python_version >= '3.6'
|
||||
chardet==5.2.0; python_version >= '3.7'
|
||||
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
|
||||
dill==0.3.9; python_version >= '3.8'
|
||||
distlib==0.3.9
|
||||
filelock==3.18.0; python_version >= '3.9'
|
||||
isort==6.0.1; python_full_version >= '3.9.0'
|
||||
mccabe==0.7.0; python_version >= '3.6'
|
||||
mypy==1.15.0; python_version >= '3.9'
|
||||
mypy-extensions==1.0.0; python_version >= '3.5'
|
||||
packaging==24.2; python_version >= '3.8'
|
||||
|
|
@ -13,9 +17,11 @@ pipenv==2024.4.1; python_version >= '3.8'
|
|||
platformdirs==4.3.7; python_version >= '3.9'
|
||||
pluggy==1.5.0; python_version >= '3.8'
|
||||
pycodestyle==2.12.1; python_version >= '3.8'
|
||||
pylint==3.3.6; python_full_version >= '3.9.0'
|
||||
pyproject-api==1.9.0; python_version >= '3.9'
|
||||
setuptools==77.0.3; python_version >= '3.9'
|
||||
setuptools-scm==8.2.0; python_version >= '3.8'
|
||||
tomlkit==0.13.2; python_version >= '3.8'
|
||||
tox==4.24.2; python_version >= '3.8'
|
||||
typing-extensions==4.12.2; python_version >= '3.8'
|
||||
virtualenv==20.29.3; python_version >= '3.8'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue