This commit is contained in:
dni ⚡ 2025-09-10 10:12:57 +02:00
parent ed67ad3294
commit bd355a8a01
No known key found for this signature in database
GPG key ID: D1F416F29AD26E87
6 changed files with 54 additions and 25 deletions

View file

@ -19,11 +19,21 @@ dev-dependencies = [
"pre-commit",
"ruff",
"pytest-md",
"types-cffi",
]
[tool.mypy]
exclude = "(nostr/*)"
plugins = ["pydantic.mypy"]
[[tool.mypy.overrides]]
module = [
"nostr.*",
"secp256k1.*",
]
follow_imports = "skip"
ignore_missing_imports = "True"
[tool.pydantic-mypy]
init_forbid_extra = true
init_typed = true