Skip to content

Conversation

@php1ic
Copy link
Owner

@php1ic php1ic commented Dec 12, 2025

Targeting #4

As ruff can't yet do everything, this is fixes and updates from

  • isort
  • ruff check & format
  • mypy

All config is as close to default for each tool as possible.

Start simple and leave things as the default unless I know I want
something different.

line-length: I've got a modern screen so 120 characters is fine.
force-sort-within-sections: Alphabetisation makes things easier to
locate.
Ruff will warn about import sorting, but will not make any changes so we
need to also call isort.
I misread the manual and you can't have an additional comment after the
fmt: off so move it to a new line.
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

Should probably create a github action to automate this, but for the
moment, the text is enough.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants