mirror of https://github.com/astral-sh/ruff
Add BaseExceptionGroup, EncodingWarning
This commit is contained in:
parent
b6445de34d
commit
9551a045ec
|
|
@ -3,6 +3,7 @@ pub const BUILTINS: &[&str] = &[
|
|||
"AssertionError",
|
||||
"AttributeError",
|
||||
"BaseException",
|
||||
"BaseExceptionGroup",
|
||||
"BlockingIOError",
|
||||
"BrokenPipeError",
|
||||
"BufferError",
|
||||
|
|
@ -15,6 +16,7 @@ pub const BUILTINS: &[&str] = &[
|
|||
"DeprecationWarning",
|
||||
"EOFError",
|
||||
"Ellipsis",
|
||||
"EncodingWarning",
|
||||
"EnvironmentError",
|
||||
"Exception",
|
||||
"ExceptionGroup",
|
||||
|
|
|
|||
Loading…
Reference in New Issue