fix: fix callback of throttled/debounced decorated functions with mismatched args (#184)

* fix: fix throttled inspection

* build: change typing-ext deps

* fix: use inspect.signature

* use get_max_args

* fix: fix typing
This commit is contained in:
Talley Lambert
2023-08-17 11:05:02 -04:00
committed by GitHub
parent 1da26ce7c2
commit 64dfb43d9e
4 changed files with 88 additions and 71 deletions

View File

@@ -41,7 +41,7 @@ dependencies = [
"packaging",
"pygments>=2.4.0",
"qtpy>=1.1.0",
"typing-extensions",
"typing-extensions >=3.7.4.3,!=3.10.0.0",
]
# extras