Skip to content

Commit

Permalink
Sort KNOWN_PARSE_ERRORS
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Aug 3, 2023
1 parent e4ca014 commit 2dda9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_docs_formatted.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@
"missing-newline-at-end-of-file",
"mixed-spaces-and-tabs",
"no-indented-block",
"non-pep695-type-alias", # requires Python 3.12
"tab-after-comma",
"tab-after-keyword",
"tab-after-operator",
"tab-before-keyword",
"tab-before-operator",
"trailing-whitespace",
"unexpected-indentation",
"non-pep695-type-alias", # requires Python 3.12
]


Expand Down

0 comments on commit 2dda9f2

Please sign in to comment.