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

DEV: replace isort . and black . for import sorting + formatting, replicating current behaviour, including CI #118

Closed

Conversation

elliot-100
Copy link
Collaborator

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 feat/ruff-instead-of-isort-and-black branch 4 times, most recently from 0c3ec5d to d8f6257 Compare May 24, 2024 14:52
…, replicating 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 feat/ruff-instead-of-isort-and-black branch from d8f6257 to 85c673b Compare May 24, 2024 15:14
@elliot-100
Copy link
Collaborator Author

This was a 'dev' PR to check behaviour of CI. Closing.

@elliot-100 elliot-100 closed this May 31, 2024
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