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

Use ruff instead of isort and black #152

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

Conversation

elliot-100
Copy link
Collaborator

No description provided.

@elliot-100 elliot-100 self-assigned this Sep 6, 2024
@elliot-100 elliot-100 force-pushed the 115-ci-isort-github-action-doesnt-report-expected-issues branch from 2ea13d2 to ac3bafa Compare September 6, 2024 21:03
@elliot-100 elliot-100 force-pushed the 115-ci-isort-github-action-doesnt-report-expected-issues branch from ac3bafa to 19f6697 Compare September 14, 2024 12:36
@elliot-100 elliot-100 force-pushed the 115-ci-isort-github-action-doesnt-report-expected-issues branch from 19f6697 to df4a246 Compare October 13, 2024 12:04
…plicating current behaviour, including CI.

Notes:

- Ruff takes a single value for `target-version` - the minimum Python version that should be supported
- Use `ruff check --fix` instead of `isort .` at CLI
- Use `ruff format` instead of `black .` at CLI
@elliot-100 elliot-100 force-pushed the 115-ci-isort-github-action-doesnt-report-expected-issues branch from df4a246 to 64995bb Compare October 13, 2024 15:50
@elliot-100 elliot-100 added the enhancement New feature or request label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant