-
Notifications
You must be signed in to change notification settings - Fork 40
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
Removed unused functionality to save and load queue and thus dependency to redis #1312
Conversation
So I manage to work around the |
This is what Black does:
-- https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#comments I guess we can change if we prefer Javascript/Prettier's style rather than Python/Black's style. |
It'd be best to avoid running both formatting/linting tools on the same file type and/or for checking the same rule. If EDIT: if so, then adding |
Yes disabling the prettier for YAML would be the better option |
I am confused why the prettier vs. yamllint conflict did not show up... Let's fix this: #1313 |
Thanks for looking into this. I will help with fixing the readthedocs config. I will try to get to it soon-ish, but it might be only next week, not sure. |
:) @marcus-oscarsson forgot about the docs |
5e5d875
to
ebb78ae
Compare
@marcus-oscarsson Yes, the readthedocs config change seems fine, in principle it should now be more or less the same as for mxcubecore. |
@fabcor-maxiv: I did what I thought was the right thing, feel free to followup with a cleanup if needed |
43c52d6
to
97273e2
Compare
There seems to be an issue with this change. It is a non-strictly-blocking one (as we expected), since the automated tests -- both pytest and Cypress -- seem to pass. This is what it looks like for me when I start MXCuBE-Web with the demo mockups:
|
Yes this is entirely "normal" as |
If you wish to use the mockups without it you need to rename the |
This removes the unused functionality to save and load queue and thus the dependency to
Redis
.I also wanted to edit
conda-environemnt.yml
but that gives me the followingymllint
errors:It somehow seems wrong because the other comments pass ?, I tried to fix it by adding spaces but that did not seem to fix the issue. Does anyone know whats wrong ?
I'm all for tightening up the linting rules, its perhaps because I don't know the rules yet and the
ymllint
tool but as it is now it start to quite annoying to work with.