Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 406 Bytes

WSC005.rst

File metadata and controls

14 lines (9 loc) · 406 Bytes

WSC005: No newline at end of file

This rule enforces one \n at end of file.

Example

examples/WSC005_no_new_line_at_eof.py

In <PATH> line 6:
printer.print_pdf(self.__pdf_path, options={'copies': str(copies)})

^-- WSC005: No newline at end of file