-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable linting for python code #407
Comments
Related issue: #587 |
Note: This docker code from Ida's PR #587, that came from the
I need to investigate this further.
The benefit of having a docker container for linting the backend is that no one will have to install the specific version of python or poetry or all the vscode python linter extensions, which can be overly complicated for new devs. Things to keep in mind:
Idea
Resources |
Next step: Add python and eslint automations to CI/CD pipeline #611 |
Overview
As a developer, we should make sure that our code is maintainable. For this ticket, let's start a discussion on whether linting python code is desirable.
Action Items
Resources/Instructions
Resources
This has never been up for consideration previously, since vscode did not have native support for python linting, meaning that we needed to download them as libraries, which would impact our build size. Now two things have changed:
The text was updated successfully, but these errors were encountered: