J08nY / pyecsca

Keyword argument defined before variable positional arguments PYL-W1113
Anti-pattern
Major
5 months ago5 months old
Keyword argument before variable positional arguments list in the definition of conditional_dictwriter function
 863
 864
 865@contextmanager
 866def conditional_dictwriter(condition: bool, 867                           path: Optional[Path],
 868                           mode: str = "r",
 869                           *args,