ukaea / fair-mast

A data management system for Tokamak data
MIT License
4 stars 2 forks source link

CI ruff missing out on isort checks #94

Open jameshod5 opened 10 hours ago

jameshod5 commented 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

The following command should fix this: ruff check --select E4,E7,E9,F,I