Skip to content

Commit 33c3272

Browse files
Merge pull request #3187 from VWS-Python/codex/disable-unsafe-pylint-extensions
[codex] Disable unsafe Pylint extension loading
2 parents a3a62b3 + e10a18f commit 33c3272

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ MASTER.load-plugins = [
235235
"pylint.extensions.set_membership",
236236
"pylint.extensions.typing",
237237
]
238+
MASTER.unsafe-load-any-extension = false
238239
# We ignore invalid names because:
239240
# - We want to use generated module names, which may not be valid, but are never seen.
240241
# - We want to use global variables in documentation, which may not be uppercase

0 commit comments

Comments
 (0)