Runs ruff on the project. I thought it would automatically run, but apparently not.
Gonna open this for now and figure out in the meantime how to make it do that.
Thje only thing that stands out right now as something that may not be ideal, is that shorter enums get squashed down to a single line (e.g. TEXT_LINE_TYPES). Unsure if theres some global rule for that, whether we should individually exempt lines from that rule, or keep it as is.
Runs ruff on the project. I thought it would automatically run, but apparently not. Gonna open this for now and figure out in the meantime how to make it do that.
Thje only thing that stands out right now as something that may not be ideal, is that shorter enums get squashed down to a single line (e.g. TEXT_LINE_TYPES). Unsure if theres some global rule for that, whether we should individually exempt lines from that rule, or keep it as is.