-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Running the formatter on
release_lines = history_file_lines[history_file_lines.index('## Unreleased') + 1: -1]produces
release_lines = history_file_lines[history_file_lines.index('## Unreleased') + 1 : -1]which then fails the rule
scripts\utils.py:22:85: E203 Whitespace before ':'
Is the fix simply to document that here? https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation