Add Ruff#3
Conversation
|
Thank you for submitting the PRs (#2 and #3). I've reviewed both of them, and it appears they mainly address formatting and linting features, similar to the existing one, alpine/flake8. Maintaining two additional docker images does require additional time. Could we consider merging them into the existing one, |
|
or we stop updating in this new image, we can put all formatter and lint packages in it, such as flake8, yapf, black, ruff, etc? |
The entire point of basing these off of an alpine base image was to get the smallest image size possible though, otherwise someone would just use the Python base image and just |
No description provided.