Skip to content

Bug OR potentially documentation needed #49

@lwasser

Description

@lwasser

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions