Raia
Mmarimo
•Created by Raia on 7/9/2024 in #help-support
support ruff configuration in `pyproject.toml`? also option to choose b/w ruff and black
created the pull request! https://github.com/marimo-team/marimo/pull/1765
15 replies
Mmarimo
•Created by Raia on 7/9/2024 in #help-support
support ruff configuration in `pyproject.toml`? also option to choose b/w ruff and black
or at least a warning like
BlackFormatter
's LOGGER.warning( "To enable code formatting, install black (pip install black)")
15 replies
Mmarimo
•Created by Raia on 7/9/2024 in #help-support
support ruff configuration in `pyproject.toml`? also option to choose b/w ruff and black
will come back to this later tonight since it might be good to do more than just switching the if statements. maybe add a
try: import ruff
like class BlackFormatter
15 replies
Mmarimo
•Created by Raia on 7/9/2024 in #help-support
support ruff configuration in `pyproject.toml`? also option to choose b/w ruff and black
cloned, did editable install, and tested. switching the if statements seems to be enough! also uses
pyproject.toml
or ruff.toml
15 replies
Mmarimo
•Created by Raia on 7/9/2024 in #help-support
support ruff configuration in `pyproject.toml`? also option to choose b/w ruff and black
sure, I can try it out!
15 replies
Mmarimo
•Created by Raia on 7/9/2024 in #help-support
support ruff configuration in `pyproject.toml`? also option to choose b/w ruff and black
thanks for the response!
15 replies