Skip to content

Commit

Permalink
feat(linting): add pydantic to allow mypy to do better testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Oct 2, 2024
1 parent 2790df9 commit 7a8b8d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ dependencies = [
"mypy-extensions==1.0.0",
"ruff==0.4.8",
"isort==5.13.2",

# for more mypy tests
"pydantic==1.10.18",
]
[tool.hatch.envs.linting.scripts]
typing = "mypy --config-file=pyproject.toml {args:} ./src/ ./tests/ ./examples/"
Expand Down

0 comments on commit 7a8b8d6

Please sign in to comment.