Closed johanneskastl closed 1 year ago
Fixed some more things, only one error left.
Thanks for the introduction of flake8 CI and the fixes found with it.
I hadn't had a chance yet to compare flake8 formatting results against those of black, apologies for the delay in feedback. @dirkmueller addressed this in d522754e7106ce50431920abb252c4cb9d748090. Going forward, we'll need to maintain the flake8 configuration for zero-diff to black output when discrepancies are encountered.
@jfkw flake8 is just complaining, it isn't reformatting anything.
We can close this issue now. Thanks everyone for their patience with the noisy commits as we configured and experimented with the configuration of the new CI jobs.
As I prepared a PR today and wanted to make sure I do not introduce errors, I linted the go_modules file using flake8.
I fixed two easy things and added a flake8 GitHub Action: https://github.com/openSUSE/obs-service-go_modules/pull/28
Not sure if this is desired?