Add node_modules to .gitignore
A PR has been generated to the instance repo: https://github.com/scverse/cookiecutter-scverse-instance/pull/121
You can check out the PR to preview your changes in an instance of the cookiecutter template. The PR will be kept in sync with this PR automatically.
Maybe we soon don't need prettier anymore: https://biomejs.dev/
It doesn't have yaml support yet though
I'm actually hoping that the Astral reimplements the rules in Ruff.
I have just started removing prettier from my setups, I'd probably be more up for that here
@Zethson Ruff does Python and things that contain Python (docstrings, Jupyter notebooks). We use prettier for JSON, YAML, and in some cases Markdown.
@ivirshup what are you replacing it with? Biome or something else?
Merging this. Opening separate issue to discuss prettier alternatives.