Skip to content

Commit e10a18f

Browse files
committed
Disable unsafe Pylint extension loading
1 parent a3a62b3 commit e10a18f

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)