Ruff for linting and formatting #374
Closed
bluginbuhl
started this conversation in
Requested tools
Replies: 3 comments
-
Two levels of decisions here:
In this world, there would be two or three options:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Support for ruff was added #387 - it's now the default linting & formatting option. It will be a part of the 2.1.0 release. If you don't want to wait, you can use the most recent version of the template by pulling from the master branch, |
Beta Was this translation helpful? Give feedback.
0 replies
-
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
Uh oh!
There was an error while loading. Please reload this page.
-
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