You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there is no config for any linter in this project.
Things to do:
Choose a linter
Create a config for that linter
Make lint run pass without warnings (either by fixing issues in code or by silencing individual warnings in the config)
Add GH Action task that runs this linter with that config on the project
We could use pylint or flake8. Personally, I would prefer pylint because I know it best but no hard feelings. I could gift an initial config file for pylint.
The text was updated successfully, but these errors were encountered:
Right now there is no config for any linter in this project.
Things to do:
We could use pylint or flake8. Personally, I would prefer pylint because I know it best but no hard feelings. I could gift an initial config file for pylint.
The text was updated successfully, but these errors were encountered: