adafruit / Adafruit_CircuitPython_24LC32

CircuitPython Driver for Adafruit 24LC32 I2C EEPROM Breakout 32Kbit / 4 KB
MIT License
6 stars 6 forks source link

Disable f-strings in .pre-commit-config.yaml #20

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

Replaces #19 as the correct way to disable the f-string warning, by disabling it in .pre-commit-config.yaml.