stanford-ssi / sequoia-software

Sequoia flight software
MIT License
6 stars 1 forks source link

Update Linter to only include PyLint #56

Closed lgnashold closed 3 years ago

lgnashold commented 3 years ago

Summary

We were linting with three linters before, and it was causing too much overhead for the benefit we were receiving. This PR only uses PyLint, and we can reenable other linters as needed.