-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I'm trying to better understand the hatch environments that we have setup.
When i run the format command i see a conflict with some arguments that i think are passed to ruff
format = "ruff format {args}"
➜ hatch run style:format
Warning: The following rules may cause conflicts when used with the formatter: COM812
, ISC001
. To avoid unexpected behavior, we recommend disabling these rules, either by removing them from the select
or extend-select
configuration, or adding them to the ignore
configuration.
3 files left unchanged
Should we add these to the default ruff ignore items so the warning doesn't get raised?
Metadata
Metadata
Assignees
Labels
No labels