Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linting with ruff #314

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Linting with ruff #314

wants to merge 4 commits into from

Conversation

akx
Copy link

@akx akx commented Feb 15, 2023

This PR:

  • configures ruff for linting via pre-commit and the GH action for it
  • fixes some end-of-line/end-of-file issues via pre-commit-hooks
  • removes every trace of noqa by adding __all__s for those imports
  • applies the remaining ruff autofixes, which were basically unsorted imports (isort had technically been configured by 179c94d but nothing ran it).

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.

None yet

1 participant