basnijholt / miflora

☘️🌑🌼πŸ₯€πŸ‘ Mi Flora Plant sensor Python package
MIT License
362 stars 99 forks source link

Uprade code to work with pylint 2.1 #115

Closed ChristianKuehnel closed 4 years ago

ChristianKuehnel commented 5 years ago

It seems there were some changes with the latest pylintn version. So we probably need to change a few things to make the code pass with pylint 2.1.

To do the change:

  1. set pylint==2.1.1 in requirements-test.txt
  2. run tox -e pylint -r

Fix the problems that arise there.