Skip to content

Commit c7bb0f8

Browse files
committed
new-schema-version.py
This patch introduces the program `hack/new-schema-version.py` to simplify defining a new API schema version.
1 parent 15757ba commit c7bb0f8

File tree

2 files changed

+1889
-0
lines changed

2 files changed

+1889
-0
lines changed

_typos.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ DNE = "DNE" # Does Not Exist
2929

3030
[default]
3131
extend-ignore-re = [
32+
# Because "importas" is an concatenation of "import as"
33+
"importas",
34+
3235
# Because we decided to call channel source a "cource"
3336
"[cC]ource",
3437
# VMIs

0 commit comments

Comments
 (0)