-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: use
Unpack
for better kwargs typing (#599)
* style: use Unpack for kwargs * remove another deprecation * more kwargs * fix napari test * cleanup table
- Loading branch information
1 parent
2eaa144
commit 3aa4b81
Showing
13 changed files
with
123 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ keywords = ["gui", "widgets", "type annotations"] | |
readme = "README.md" | ||
requires-python = ">=3.8" | ||
license = { text = "MIT" } | ||
authors = [{ email = "[email protected]" }, { name = "Talley Lambert" }] | ||
authors = [{ email = "[email protected]", name = "Talley Lambert" }] | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Environment :: X11 Applications :: Qt", | ||
|
@@ -31,7 +31,6 @@ classifiers = [ | |
"Topic :: Software Development :: User Interfaces", | ||
"Topic :: Software Development :: Widget Sets", | ||
"Topic :: Utilities", | ||
|
||
] | ||
dynamic = ["version"] | ||
dependencies = [ | ||
|
@@ -230,6 +229,7 @@ disallow_any_generics = false | |
disallow_subclassing_any = false | ||
show_error_codes = true | ||
pretty = true | ||
enable_incomplete_feature = ['Unpack'] | ||
|
||
[[tool.mypy.overrides]] | ||
module = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.