Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 364 Bytes

WSC003.rst

File metadata and controls

14 lines (9 loc) · 364 Bytes

WSC003: Indentation is not multiple of 2

This rule alerting for indentation (whitespaces before the line) must be multiple of 2 spaces (or zero).

Example

examples/WSC003_bad_indentation.py

In <PATH> line 2:

def __generate_pdf(self): ^-- WSC003: Indentation is not multiple of 2