LesFruitsDefendus / saskatoon-ng

The new generation Saskatoon harverst management system
GNU Affero General Public License v3.0
10 stars 24 forks source link

chore: run pyflakes static check (#46) #417

Closed 2ynn closed 1 month ago

2ynn commented 1 month ago

Fixes #46

This PR addresses issues raised by tox -e pyflakes and enables the static check in CI

oxgr commented 1 month ago

looks clean

just to be sure - this is meant to only solve pyflakes test, yes?

2ynn commented 1 month ago

looks clean

just to be sure - this is meant to only solve pyflakes test, yes?

yes pyflakes only. I think we should eventually migrate to flake8 but that will require a lot more changes.