Skip to content

Commit

Permalink
chore: ♻️ add pylint and mypy to workspace dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
keinsell committed Jun 9, 2024
1 parent ee3abf7 commit 9f3df61
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ requires-python = ">= 3.12"
[tool.rye]
managed = true
virtual = true
dev-dependencies = []
dev-dependencies = [
"pylint>=3.2.3",
"mypy>=1.10.0",
]
18 changes: 18 additions & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,21 @@
# with-sources: false
# generate-hashes: false

astroid==3.2.2
# via pylint
dill==0.3.8
# via pylint
isort==5.13.2
# via pylint
mccabe==0.7.0
# via pylint
mypy==1.10.0
mypy-extensions==1.0.0
# via mypy
platformdirs==4.2.2
# via pylint
pylint==3.2.3
tomlkit==0.12.5
# via pylint
typing-extensions==4.12.2
# via mypy

0 comments on commit 9f3df61

Please sign in to comment.