ritwik12 / Celestial-bodies-detection

TensorFlow Image Classifier that can be used to classify whether an image is of a Planet (Earth, Mercury, Mars, etc), Galaxy (Spiral, Elliptical, Irregular), Satellites, Comets, Etc.
https://celestial-bodies-detection.herokuapp.com
GNU General Public License v3.0
84 stars 57 forks source link

Added flake8 #58

Open Satyabrat35 opened 4 years ago

Satyabrat35 commented 4 years ago
  1. I have added flake8 for linting.
  2. In travis.yml, i have added --exit-zero to ensure that errors and warnings like white-space trailing, indentation, code line length etc. are ignored (caused the build to fail). In case you want to have white-space warnings to be added, you can just remove that bit of code. Review #57
ritwik12 commented 4 years ago

@Satyabrat35 It's better to have warnings like white-space trailing, indentation, code line length etc

Satyabrat35 commented 4 years ago

Okay,I will fix it.

ritwik12 commented 4 years ago

Thanks @Satyabrat35 Use autopep8 or yapf :)

ritwik12 commented 3 years ago

@Satyabrat35 Ping, reminder for this.