TiagoCortinhal / SalsaNext

Uncertainty-aware Semantic Segmentation of LiDAR Point Clouds for Autonomous Driving
MIT License
417 stars 102 forks source link

Ci linting #27

Closed SoftwareApe closed 4 years ago

SoftwareApe commented 4 years ago

To have some basic quality assurance I added a GitHub workflow that runs flake8 linting on the Python files.

There were two linter erros (is instead of == comparison on strings) which are now fixed. The warnings I left as is for now.

SoftwareApe commented 4 years ago

@TiagoCortinhal If you want the CI checks to be run for PRs you have to enable them in the settings: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-required-status-checks

SoftwareApe commented 4 years ago

https://github.com/SoftwareApe/SalsaNext/actions/runs/315182145