Skip to content

Commit

Permalink
Add pylint to development dependencies
Browse files Browse the repository at this point in the history
Included pylint and its related dependencies (astroid, dill, isort, mccabe, platformdirs, tomli, tomlkit, and typing-extensions) in the development environment. Updated both `requirements-dev.lock` and `pyproject.toml` to reflect these changes.
  • Loading branch information
jacksonpradolima committed Dec 28, 2024
1 parent d48d2f1 commit 115de68
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ dev-dependencies = [
"pytest>=8.3.4",
"pytest-benchmark>=4.0.0",
"tox>=4.23.2",
"pylint>=3.2.7",
]

[tool.rye.scripts]
Expand Down
15 changes: 15 additions & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@
# universal: false

-e file:.
astroid==3.2.4
# via pylint
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
dill==0.3.9
# via pylint
distlib==0.3.9
# via virtualenv
exceptiongroup==1.2.2
Expand All @@ -25,20 +29,26 @@ filelock==3.16.1
# via virtualenv
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
mccabe==0.7.0
# via pylint
nodeenv==1.9.1
# via pyright
packaging==24.2
# via pyproject-api
# via pytest
# via tox
platformdirs==4.3.6
# via pylint
# via tox
# via virtualenv
pluggy==1.5.0
# via pytest
# via tox
py-cpuinfo==9.0.0
# via pytest-benchmark
pylint==3.2.7
pyproject-api==1.8.0
# via tox
pyright==1.1.391
Expand All @@ -47,11 +57,16 @@ pytest==8.3.4
pytest-benchmark==4.0.0
ruff==0.8.4
tomli==2.2.1
# via pylint
# via pyproject-api
# via pytest
# via tox
tomlkit==0.13.2
# via pylint
tox==4.23.2
typing-extensions==4.12.2
# via astroid
# via pylint
# via pyright
# via tox
virtualenv==20.28.0
Expand Down

0 comments on commit 115de68

Please sign in to comment.