Source code for pg4n.config_values
from typing import TypedDict
# Contains all the key-value pairs meaningful in a config file.
[docs]class ConfigValues(TypedDict):
CmpDomain: bool
EqWildcard: bool
ImpliedExpression: bool
InconsistentExpression: bool
StrangeHaving: bool
SubqueryOrderBy: bool
SubquerySelect: bool
SumDistinct: bool