Add doc for E999 (#6699)

This commit is contained in:
Harutaka Kawamura 2023-08-20 23:14:22 +09:00 committed by GitHub
parent 7e9023b6f8
commit c62e544cba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

View file

@ -83,6 +83,7 @@ KNOWN_PARSE_ERRORS = [
"mixed-spaces-and-tabs",
"no-indented-block",
"non-pep695-type-alias", # requires Python 3.12
"syntax-error",
"tab-after-comma",
"tab-after-keyword",
"tab-after-operator",