Skip to content

Commit

Permalink
fixup! fixup! chore: disable some pylint features
Browse files Browse the repository at this point in the history
  • Loading branch information
spicyfalafel committed Sep 23, 2024
1 parent 2624e56 commit 876a47b
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 @@ -378,11 +378,12 @@ disable = [
"use-implicit-booleaness-not-comparison-to-zero",
"use-symbolic-message-instead",


"missing-class-docstring", "wildcard-import",
"too-few-public-methods", "unused-wildcard-import",
"missing-final-newline", "invalid-name",
"relative-beyond-top-level", "missing-module-docstring",
"duplicate-code"
"duplicate-code", "line-too-long"
]

# Enable the message, report, category or checker with the given id(s). You can
Expand Down

0 comments on commit 876a47b

Please sign in to comment.