Skip to content

Switch to ruff #10

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

Merged
merged 4 commits into from
Jul 3, 2023
Merged

Switch to ruff #10

merged 4 commits into from
Jul 3, 2023

Conversation

flying-sheep
Copy link
Collaborator

@flying-sheep flying-sheep commented Jul 3, 2023

Also

  • Switches to dependency groups instead of extra features for development dependencies.

    To install test and dev (static check) dependencies as well as all algorithms, one can now do:

    poetry install --with test,dev --extras annlibs
  • Adds pyupgrade and isort to style checks.

    poetry run ruff --fix . can autofix a lot of things.

@flying-sheep flying-sheep merged commit 18b49d4 into main Jul 3, 2023
@flying-sheep flying-sheep deleted the ruff branch July 3, 2023 11:50
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.

1 participant