-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Currently the workflows in our CI perform flake8
checks on the python code in order to produce lint errors. However, these checks only execute on the toynet-flask/flasksrc
directory. Expand these lint checks to also address the following folders and resolve any lint errors that arise:
toynet-flask/tests
toynet-flask/toynet_mininet/flasksrc
toynet-flask/toynet_mininet/tests
toynet-flask/toynet_mininet/util
toynet-flask/toynet_mininet/toynet
Additionally, update the Makefile
s so that a call to make lint
will run the appropriate lint checks locally; the README
should also be updated to show that the developer needs to install flake8
via pip3
for this functionality.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed