Skip to content

Commit

Permalink
chore(lint): add new typing dependencies and fix pyright issues (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored Sep 25, 2023
1 parent 91c4b88 commit d34fdd6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ lint = [
types = [
"mypy[reports]==1.5.1",
"pyright==1.1.327",
"types-Pygments",
"types-colorama",
"types-setuptools",
]
docs = [
"furo==2023.9.10",
Expand Down Expand Up @@ -132,7 +135,9 @@ exclude_also = [
pythonVersion = "3.8"
pythonPlatform = "Linux"
ignore = [
"docs/*"
"build/*",
"docs/*",
"craft_cli/_version.py",
]

[tool.mypy]
Expand Down

0 comments on commit d34fdd6

Please sign in to comment.