Open jameshod5 opened 10 hours ago
The CI does not use isort to organise our imports correctly, this needs to be done through a --select flag. The current CI hook misses this, so will need to change
--select
The following command should fix this: ruff check --select E4,E7,E9,F,I
ruff check --select E4,E7,E9,F,I
The CI does not use isort to organise our imports correctly, this needs to be done through a
--select
flag. The current CI hook misses this, so will need to changeThe following command should fix this:
ruff check --select E4,E7,E9,F,I