Skip to content

Commit

Permalink
Mypy Configs (#40)
Browse files Browse the repository at this point in the history
* add mypy config to pyproject.toml

* remove old shell script
  • Loading branch information
thearyadev committed Jan 19, 2024
1 parent 724b4f6 commit ed8a2b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion mypy-t.sh

This file was deleted.

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ mysql-connector-python = "^8.1.0"
jinja2 = "^3.1.2"
fastapi = "0.101.1"

[tool.mypy]
check_untyped_defs = true
exclude = [
"utils",
"models"
]

0 comments on commit ed8a2b2

Please sign in to comment.