We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a62b3 commit e10a18fCopy full SHA for e10a18f
1 file changed
pyproject.toml
@@ -235,6 +235,7 @@ MASTER.load-plugins = [
235
"pylint.extensions.set_membership",
236
"pylint.extensions.typing",
237
]
238
+MASTER.unsafe-load-any-extension = false
239
# We ignore invalid names because:
240
# - We want to use generated module names, which may not be valid, but are never seen.
241
# - We want to use global variables in documentation, which may not be uppercase
0 commit comments