mirror of https://github.com/astral-sh/ruff
parent
723b514912
commit
eb6420c1a4
|
|
@ -78,8 +78,7 @@ use crate::types::diagnostic::{
|
||||||
report_invalid_exception_tuple_caught, report_invalid_generator_function_return_type,
|
report_invalid_exception_tuple_caught, report_invalid_generator_function_return_type,
|
||||||
report_invalid_key_on_typed_dict, report_invalid_or_unsupported_base,
|
report_invalid_key_on_typed_dict, report_invalid_or_unsupported_base,
|
||||||
report_invalid_return_type, report_invalid_type_checking_constant,
|
report_invalid_return_type, report_invalid_type_checking_constant,
|
||||||
report_invalid_type_param_order,
|
report_invalid_type_param_order, report_named_tuple_field_with_leading_underscore,
|
||||||
report_named_tuple_field_with_leading_underscore,
|
|
||||||
report_namedtuple_field_without_default_after_field_with_default, report_non_subscriptable,
|
report_namedtuple_field_without_default_after_field_with_default, report_non_subscriptable,
|
||||||
report_possibly_missing_attribute, report_possibly_unresolved_reference,
|
report_possibly_missing_attribute, report_possibly_unresolved_reference,
|
||||||
report_rebound_typevar, report_slice_step_size_zero, report_unsupported_augmented_assignment,
|
report_rebound_typevar, report_slice_step_size_zero, report_unsupported_augmented_assignment,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue