Skip to content

Commit

Permalink
add: add configs for mypy and isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Colk-tech committed Dec 19, 2024
1 parent 509a1d2 commit 0c4c6ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ dev = [
"mypy>=1.13.0",
"pytest>=8.3.4",
]

[tool.mypy]
strict = true
exclude = ["^playground/"]

[tool.isort]
profile = "black"
skip_gitignore = true
skip = ["^playground/"]

0 comments on commit 0c4c6ec

Please sign in to comment.