You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pin black and mypy versions, update many dependencies (tableau#1265)
* pin black and mypy versions
* drop python 3.7 support
- update build + dependencies to latest versions
- check mypy warnings, fix 2 typing complaints
* update python versions used in actions to 3.8 -- 3.12
( github doesn't have an image for 3.12 yet b/c it is still in beta?)
# tableauserverclient\server\endpoint\datasources_endpoint.py:48: error: Cannot assign multiple types to name "FilePath" without an explicit "Type[...]" annotation [misc]
45
+
'annotation-unchecked'# can be removed when check_untyped_defs = true
43
46
]
44
47
files = ["tableauserverclient", "test"]
45
48
show_error_codes = true
46
-
ignore_missing_imports = true
47
-
49
+
ignore_missing_imports = true# defusedxml library has no types
0 commit comments