Removed duplicate-code from library pylint disable

Signed-off-by: evaherrada <eva.herrada@adafruit.com>
This commit is contained in:
evaherrada 2022-06-21 17:00:37 -04:00
parent 7029e5f409
commit 4c55889c0d
No known key found for this signature in database
GPG key ID: FD1EBAFCF2067DBA

View file

@ -24,7 +24,7 @@ repos:
name: pylint (library code)
types: [python]
args:
- --disable=consider-using-f-string,duplicate-code
- --disable=consider-using-f-string
exclude: "^(docs/|examples/|tests/|setup.py$)"
- id: pylint
name: pylint (example code)