Split up extensions/hooks.py
Review Request #12837 — Created Feb. 23, 2023 and submitted
hooks.py
was getting very large and unwieldy. This change splits it up
into a bunch of individual files, with an index for forwarding
imports.This does not make any changes to the hook implementations except for
adding a coupleis not None
assertions to satisfy static type
checkers. I'm planning on following this up later with a change to add
typing to these.
- Ran unit tests.
- Built codebase docs and checked output.
Summary | ID |
---|---|
a8f927c75ef56fc8bb8c79a7ea0fda3909f4b993 |
Description | From | Last Updated |
---|---|---|
Sorry, I know there's a lot of files, but can you add a from __future__ import annotations to any of … |
chipx86 | |
line too long (86 > 79 characters) Column: 80 Error code: E501 |
reviewbot | |
line too long (98 > 79 characters) Column: 80 Error code: E501 |
reviewbot | |
line too long (82 > 79 characters) Column: 80 Error code: E501 |
reviewbot | |
line too long (86 > 79 characters) Column: 80 Error code: E501 |
reviewbot | |
line too long (98 > 79 characters) Column: 80 Error code: E501 |
reviewbot | |
line too long (82 > 79 characters) Column: 80 Error code: E501 |
reviewbot |
- Commits:
-
Summary ID c05c2350af53a400291d6d8e763eaf2b30345ecf a8f927c75ef56fc8bb8c79a7ea0fda3909f4b993 - Diff:
-
Revision 2 (+4350 -4028)