mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
✨ add mypy and pydantic
This commit is contained in:
parent
279d4bfa6e
commit
73ea4407f1
1 changed files with 3 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue