Skip to content

Commit

Permalink
chore: ignore redefined-builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
spicyfalafel committed Sep 23, 2024
1 parent c8ee10f commit 51c8c5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/sdk/python/pylintrc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ disable = [
"too-few-public-methods", "unused-wildcard-import",
"missing-final-newline", "invalid-name",
"relative-beyond-top-level", "missing-module-docstring",
"duplicate-code", "line-too-long"
"duplicate-code", "line-too-long",
"redefined-builtin", # this one is strange
]

0 comments on commit 51c8c5a

Please sign in to comment.