Closed elliot-100 closed 5 months ago
Notes:
Ruff takes a single value for target-version - the minimum Python version that should be supported
target-version
Use ruff check --fix instead of isort . at CLI;
ruff check --fix
isort .
Use ruff format instead of black . at CLI
ruff format
black .
This was a 'dev' PR to check behaviour of CI. Closing.
Notes:
Ruff takes a single value for
target-version
- the minimum Python version that should be supportedUse
ruff check --fix
instead ofisort .
at CLI;Use
ruff format
instead ofblack .
at CLI