Ignore missing type info from pyside
This commit is contained in:
parent
bc6c17b940
commit
d53fe7160f
1 changed files with 9 additions and 0 deletions
|
|
@ -31,6 +31,15 @@ packages = ["leek"]
|
|||
package-dir = {leek = "src"}
|
||||
include-package-data = true
|
||||
|
||||
# Pyside 6 doesn't have type info so it's better to just ignore it
|
||||
[[tool.mypy.overrides]]
|
||||
module = [
|
||||
"PySide6.QtGui",
|
||||
"PySide6.QtCore",
|
||||
"PySide6.QtQml"
|
||||
]
|
||||
ignore_missing_imports = true
|
||||
|
||||
[tool.setuptools.data-files]
|
||||
"share/applications" = ["xyz.toast003.leek.desktop"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue