Skip to content

Commit

Permalink
Removed duplicate-code from library pylint disable
Browse files Browse the repository at this point in the history
Signed-off-by: evaherrada <eva.herrada@adafruit.com>
  • Loading branch information
evaherrada committed Jun 21, 2022
1 parent 5acf8a8 commit a68f4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a68f4d3

Please sign in to comment.