42 ruff code format#52
Conversation
benoitmartin88
left a comment
There was a problem hiding this comment.
This is a good start. Question: should we use a dedicated ruff.toml or should the ruff config be in the pyproject.toml ?
From what i read, those two files can be merged without issues, which allows us to have the tools configuration together. https://docs.bswen.com/blog/2026-03-29-ruff-config-file-choice/#:~:text=use%3F-,Choose,project |
|
My question was more of a exploratory one. What should we choose? What is the benefit of one over the other? |
Not much, really, it is rather a question of preference, with whether we want a unified or split configuration |
|
Might need rebase |
Close #42
Use
ruff check . && pytest, only needspip install.And via VS Code / Pycharm through the Ruff extension / external tool.