Celestial-bodies-detection
Celestial-bodies-detection copied to clipboard
Added flake8
- I have added flake8 for linting.
- In travis.yml, i have added
--exit-zeroto 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
@Satyabrat35 It's better to have warnings like white-space trailing, indentation, code line length etc
Okay,I will fix it.
Thanks @Satyabrat35 Use autopep8 or yapf :)
@Satyabrat35 Ping, reminder for this.