Stunkymonkey / nautilus-open-any-terminal

GNU General Public License v3.0
595 stars 60 forks source link

update super-linter 5 -> 6 #140

Closed Stunkymonkey closed 8 months ago

Stunkymonkey commented 8 months ago

update to the new CI workflow. see the checks.

Stunkymonkey commented 8 months ago

@lvxnull new version prints the status of each linter in a separate check.

Yes we could write this our own, and yes we would forget about new linters. So to be up-to-date with linters I think this is a nice way.

Stunkymonkey commented 8 months ago

rebased, but changed the last commit.

I totaly agree, that the linters do not need constant updates. What I really like about it: Not having to care about adding new linters for various things. But I guess we just have a different opinion on this.

If you want to we could add an additional black, pylint and isort to have faster feedback (not sure if this is in your mind; feels more like you hate the waiting-time).

Btw: The Linter is not a required Job (only the python build is). It only helps guiding.