Skip to content

Commit

Permalink
add pyright dependency and check-types script
Browse files Browse the repository at this point in the history
  • Loading branch information
SkwalExe committed Jun 4, 2024
1 parent 73be6a7 commit 38f0836
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
27 changes: 26 additions & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ readme = "README.md"
license = {file = "LICENSE"}
classifiers = ["License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"]
requires-python = ">=3.9"
dependencies = [
dependencies = [
"pillow==10.2.0",
"inquirer==3.1.3",
"toml==0.10.2",
"importlib==1.0.4",
"textual==0.38.1",
"click-extra==4.7.2",
"loguru==0.7.2"
"loguru==0.7.2",
"pyright>=1.1.365",
]

[project.urls]
Expand All @@ -40,3 +41,4 @@ format = "ruff format"
format-check = "ruff format --check"
lint = "ruff check --fix --show-fixes"
lint-check = "ruff check"
check-types = "pyright"

0 comments on commit 38f0836

Please sign in to comment.