Skip to content

Commit

Permalink
Merge pull request #45 from adafruit/patch-fix
Browse files Browse the repository at this point in the history
Linted
  • Loading branch information
kattni committed Nov 5, 2021
2 parents 20b8ac8 + a99a8e2 commit 80502f6
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
- --disable=consider-using-f-string,duplicate-code
exclude: "^(docs/|examples/|tests/|setup.py$)"
- id: pylint
name: pylint (example code)
Expand Down

0 comments on commit 80502f6

Please sign in to comment.