Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 272 Bytes

unnecessary-ellipsis.md

File metadata and controls

7 lines (4 loc) · 272 Bytes

Pattern: Unnecessary ellipsis

Issue: -

Description

Used when the ellipsis constant is encountered and can be avoided. A line of code consisting of an ellipsis is unnecessary if there is a docstring on the preceding line or if there is a statement in the same scope.