chore: add mypy exclusion

This commit is contained in:
aclist 2026-05-17 15:54:42 +09:00
parent 5ef4085922
commit 4841c9e04b
3 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,7 @@
## Changed
- Conform to PEP 440 versioning for beta versions
- Reduce padding on keys button
- Boldface breadcrumbs
- Bold labels inside frames

View File

@ -37,6 +37,7 @@
## Changed
- Conform to PEP 440 versioning for beta versions
- Reduce padding on keys button
- Boldface breadcrumbs
- Bold labels inside frames

View File

@ -79,6 +79,7 @@ line-length = 88
python_version = "3.13"
disallow_untyped_defs = true
warn_return_any = true
exclude = ["lib/*"]
[[tool.mypy.overrides]]
module = [