Pattern: Missing newline at end of file
Issue: -
Files should end with a newline.
Imagine the example below is an entire file.
import os
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
Imagine the example below is an entire file.
import os
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
# This is a new line that ends the file.