-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jsonschema._format
: update some annotations to match upstream (#8673)
- Loading branch information
Kevin Kirsche
authored
Sep 3, 2022
1 parent
4c100fe
commit 82cccac
Showing
3 changed files
with
11 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,2 @@ | ||
jsonschema._format.is_css21_color | ||
jsonschema._format.is_css_color_code | ||
jsonschema._format.is_datetime | ||
jsonschema._format.is_duration | ||
jsonschema._format.is_host_name | ||
jsonschema._format.is_idn_host_name | ||
jsonschema._format.is_iri | ||
jsonschema._format.is_iri_reference | ||
jsonschema._format.is_json_pointer | ||
jsonschema._format.is_relative_json_pointer | ||
jsonschema._format.is_time | ||
jsonschema._format.is_uri | ||
jsonschema._format.is_uri_reference | ||
jsonschema._format.is_uri_template | ||
# TODO: remove _FormatCheckCallable when mypy 0.980 is released | ||
jsonschema._format._FormatCheckCallable |
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 |
---|---|---|
@@ -1 +1,4 @@ | ||
version = "4.15.*" | ||
|
||
[tool.stubtest] | ||
extras = ["format"] |
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