adafruit / Adafruit_CircuitPython_ProgressBar

Dynamic progress bar widget for CircuitPython displays
MIT License
6 stars 9 forks source link

#28 Replaced assert() calls with if/else/raise <Exception>() #30

Closed syedmalimustafa closed 3 years ago

jposada202020 commented 3 years ago

It seems that the CI have failed. Could you run pylint locally to verify. Thanks

jposada202020 commented 3 years ago

It seems that you would need to run black before committing again. the CI is not passing. let me know if you need help with that . Thanks

syedmalimustafa commented 3 years ago

It seems that you would need to run black before committing again. the CI is not passing. let me know if you need help with that . Thanks

Yeah, can you please guide me?

jposada202020 commented 3 years ago

Yes, no problem just use black before submitting in your clone directory, as shown in this guide https://learn.adafruit.com/improve-your-code-with-pylint/black

It is easy to intall with a pip install

Thanks