Skip to content

Commit 2dda9f2

Browse files
committed
Sort KNOWN_PARSE_ERRORS
1 parent e4ca014 commit 2dda9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_docs_formatted.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@
8282
"missing-newline-at-end-of-file",
8383
"mixed-spaces-and-tabs",
8484
"no-indented-block",
85+
"non-pep695-type-alias", # requires Python 3.12
8586
"tab-after-comma",
8687
"tab-after-keyword",
8788
"tab-after-operator",
8889
"tab-before-keyword",
8990
"tab-before-operator",
9091
"trailing-whitespace",
9192
"unexpected-indentation",
92-
"non-pep695-type-alias", # requires Python 3.12
9393
]
9494

9595

0 commit comments

Comments
 (0)