-
-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport type-checker error cleanups from
master
* dev-requirements: types-pkg-resources is deprecated `pkg_resources` itself is typed in setuptools>=71.1, negating the need to install type stubs. * tools.memories: SopelIdentifierMemory.update() override is intentional mypy has to be told this explicitly, which means a new "runtime" dependency/import that only has to do with type-checking... because decorator evaluation can't be deferred like annotations can. Sigh. * tools: fix union-attr type-check errors in OutputRedirect class I'm very glad this is deprecated. The only reason I'm bothering to fix this is because we can't remove it from the 8.0.x maintenance branch.
- Loading branch information
Showing
4 changed files
with
10 additions
and
4 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
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