Ruff for linting and formatting #374
bluginbuhl
started this conversation in
Requested tools
Replies: 1 comment
-
Two levels of decisions here:
In this world, there would be two or three options:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the generated cookie-cutter project uses
black
,ruff.isort
, andflake8
. These tools are configured in different locations (pyproject.toml
andsetup.cfg
). These configurations could all be consolidated to useruff
. Additionally the base repo could also useruff
for formatting and linting, which would simplify the dev-requirements.Beta Was this translation helpful? Give feedback.
All reactions