adafruit / Adafruit_CircuitPython_ADS1x15

CircuitPython drivers for the ADS1x15 series of ADCs.
MIT License
140 stars 59 forks source link

Fix linting #74

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

Changed to use f-strings where appropriate

tekktrik commented 2 years ago

Just learned f-strings aren't supported on all boards

I'll resubmitted a PR with that recommendation suppressed in the .pylintrc file