Skip to content

Remove ruff lint incompatible formatter#166

Merged
gpauloski merged 1 commit into
mainfrom
gpauloski-patch-1
May 29, 2025
Merged

Remove ruff lint incompatible formatter#166
gpauloski merged 1 commit into
mainfrom
gpauloski-patch-1

Conversation

@gpauloski
Copy link
Copy Markdown
Owner

Description

Remove ruff lint incompatible formatter.

Produces this:

warning: The `flake8-quotes.multiline-quotes="single"` option is incompatible with the formatter. We recommend disabling `Q001` when using the formatter, which enforces double quotes for multiline strings. Alternatively, set the `flake8-quotes.multiline-quotes` option to `"double"`.`

Fixes N/A

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (internal implementation changes)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (no changes to the code)
  • CI change (changes to CI workflows, packages, templates, etc.)
  • Version changes (changes to the package or dependency versions)

Testing

N/A

Pull Request Checklist

Please confirm the PR meets the following requirements.

  • Relevant tags are added (breaking, bug, dependencies, documentation, enhancement, refactor).
  • Code changes pass pre-commit (e.g., ruff, mypy, etc.).
  • Tests have been added to show the fix is effective or that the new feature works.
  • New and existing unit tests pass locally with the changes.
  • Docs have been updated and reviewed if relevant.

@gpauloski gpauloski added the bug Something isn't working label May 29, 2025
@gpauloski gpauloski merged commit 98cfe78 into main May 29, 2025
7 checks passed
@gpauloski gpauloski deleted the gpauloski-patch-1 branch May 29, 2025 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant