Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 389 Bytes

WSC004.rst

File metadata and controls

14 lines (9 loc) · 389 Bytes

WSC004: Indentation with non-space character

This rule enforces the space indentation (whitespaces before the line can be spaces only).

Example

examples/WSC004_tab_indentation.py

In <PATH> line 3: --->--->os.makedirs(self.__print_cache_dir, exist_ok=True) ^-- WSC004: Indentation with non-space character