Removed duplicate-code from library pylint disable
Signed-off-by: evaherrada <eva.herrada@adafruit.com>
This commit is contained in:
parent
7029e5f409
commit
4c55889c0d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue