-
-
Notifications
You must be signed in to change notification settings - Fork 953
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(typing): type request module (#2271)
* Type request module * types: improve types in media, request helpers * types: type sync request * types: type async request * typing: additional improvements and clanup * typing: minor overload improvements and removal of unnecessary casts * style: fix docs linter issues * fix: catch warning and fix typing errors * fix: allow untyped defs in the test package * chore: try fixing missing coverage * chore: remove no longer needed except clauses * chore: try making coverage happy * chore: try making coverage happy, take 2 * typing: normalize naming convention * chore: ruff check fixes * refactor: move missing to typing module; underscore it --------- Co-authored-by: Piotr Kopalko <copalco@gmail.com> Co-authored-by: Dave Tapley <dave@tapley.com>
- Loading branch information
1 parent
df2debe
commit 0bd3dc2
Showing
23 changed files
with
1,409 additions
and
996 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 |
---|---|---|
|
@@ -22,7 +22,6 @@ | |
|
||
import re | ||
|
||
|
||
RFC_PATTERN = re.compile(r'RFC (\d{4}), Section ([\d\.]+)') | ||
|
||
|
||
|
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.