mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: add mypy exclusion
This commit is contained in:
parent
5ef4085922
commit
4841c9e04b
@ -37,6 +37,7 @@
|
||||
|
||||
|
||||
## Changed
|
||||
- Conform to PEP 440 versioning for beta versions
|
||||
- Reduce padding on keys button
|
||||
- Boldface breadcrumbs
|
||||
- Bold labels inside frames
|
||||
|
||||
@ -37,6 +37,7 @@
|
||||
|
||||
|
||||
## Changed
|
||||
- Conform to PEP 440 versioning for beta versions
|
||||
- Reduce padding on keys button
|
||||
- Boldface breadcrumbs
|
||||
- Bold labels inside frames
|
||||
|
||||
@ -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 = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user