add mypy and pydantic

This commit is contained in:
Ondrej Samohel 2025-02-12 19:05:25 +01:00
parent 279d4bfa6e
commit 73ea4407f1
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -17,6 +17,8 @@ pre-commit = "^4.0.0"
clique = "^2"
pyblish-base = "^1.8"
attrs = "^24.2.0"
mypy = "==1.15.0"
pydantic-core = "==2.29.0"
[tool.poetry.dev-dependencies]
@ -80,7 +82,7 @@ pydocstyle.convention = "google"
select = ["ALL"]
ignore = [
"PTH",
"ANN101", # must be set in older version of ruff
# "ANN101", # must be set in older version of ruff
"ANN204",
"COM812",
"S603",