-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
PR #107 passed all CI checks including isort linting: https://github.com/Olen/Spond/actions/runs/9096951441
Expected behaviour: flag unsorted imports, fail all builds and thus all required checks.
If I run isort on it locally, I get a number of issues:
(spond-LnXcNOlD-py3.8) ~\code\elliot-100_Spond git:[feat/club]
isort . --check-only
ERROR: C:\Users\bb\code\elliot-100_Spond\manual_test_functions.py Imports are incorrectly sorted and/or formatted.
ERROR: C:\Users\bb\code\elliot-100_Spond\transactions.py Imports are incorrectly sorted and/or formatted.
ERROR: C:\Users\bb\code\elliot-100_Spond\spond\club.py Imports are incorrectly sorted and/or formatted.
ERROR: C:\Users\bb\code\elliot-100_Spond\spond\spond.py Imports are incorrectly sorted and/or formatted.
ERROR: C:\Users\bb\code\elliot-100_Spond\tests\test_spond.py Imports are incorrectly sorted and/or formatted.
Skipped 2 files
Should investigate and verify other checks are working OK.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working