ACMILabs / media-player

A playlist media player prototype.
Mozilla Public License 2.0
12 stars 3 forks source link

#186 Update pylint #187

Closed sighmon closed 1 year ago

sighmon commented 1 year ago

Resolves #186

Let's update pylint syntax to avoid the errors after years of pylint updates.

Acceptance Criteria

Relevant design files

Add a links to the relevant design files or leave as none.

Testing instructions

Add a list of steps required to test the feature.

  1. Start your dev environment: cd development and docker-compose up --build
  2. Run the linting and testing: docker exec -it mediaplayer make linttest