andreffs18 / flask-template-project

Empty template for a Flask 1.0 applications with some neat features!
MIT License
7 stars 2 forks source link

Fix issue #1 #8

Closed andreffs18 closed 6 years ago

andreffs18 commented 6 years ago

This PR removes unnecessary code from flask template project like comments and imports. Also makes this codebase PEP8 Complaint.

Also this PR closes #1

Flake8 configuration

Some custom properties were set when configuring Flake8 to validate if the codebase is PEP8 complain.

A new configuration file "flake8" was created on ~/.config/ folder.

You can find more following Flake8's documentation: http://flake8.pycqa.org/en/latest/user/configuration.html#user-configuration

[flake8]
max-line-length = 120
ignore = E704