fixup!
This commit is contained in:
parent
ed67ad3294
commit
bd355a8a01
6 changed files with 54 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue