Skip to content

Commit

Permalink
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 11badee commit 2624e56
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions resources/sdk/python/pylintrc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,8 @@ disable = [
"missing-class-docstring", "wildcard-import",
"too-few-public-methods", "unused-wildcard-import",
"missing-final-newline", "invalid-name",
"relative-beyond-top-level"


"relative-beyond-top-level", "missing-module-docstring",
"duplicate-code"
]

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

0 comments on commit 2624e56

Please sign in to comment.