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, the CI only builds the docker image and pushes it if the build succeeds.
We could link in tools like MyPy, flake8, pyflakes, mccabeand memestra for informing us about issues with styling, logic, errors etc. Using that information, we can also automatically block merges until issues are fixed.
The text was updated successfully, but these errors were encountered:
Right now, the CI only builds the docker image and pushes it if the build succeeds.
We could link in tools like
MyPy
,flake8
,pyflakes
,mccabe
andmemestra
for informing us about issues with styling, logic, errors etc. Using that information, we can also automatically block merges until issues are fixed.The text was updated successfully, but these errors were encountered: