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",
|
"AssertionError",
|
||||||
"AttributeError",
|
"AttributeError",
|
||||||
"BaseException",
|
"BaseException",
|
||||||
|
"BaseExceptionGroup",
|
||||||
"BlockingIOError",
|
"BlockingIOError",
|
||||||
"BrokenPipeError",
|
"BrokenPipeError",
|
||||||
"BufferError",
|
"BufferError",
|
||||||
|
|
@ -15,6 +16,7 @@ pub const BUILTINS: &[&str] = &[
|
||||||
"DeprecationWarning",
|
"DeprecationWarning",
|
||||||
"EOFError",
|
"EOFError",
|
||||||
"Ellipsis",
|
"Ellipsis",
|
||||||
|
"EncodingWarning",
|
||||||
"EnvironmentError",
|
"EnvironmentError",
|
||||||
"Exception",
|
"Exception",
|
||||||
"ExceptionGroup",
|
"ExceptionGroup",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue