We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24eadcf commit 955b483Copy full SHA for 955b483
.pylintrc
@@ -81,6 +81,7 @@ disable=missing-docstring,
81
missing-module-docstring, # temp-pylint-upgrade
82
import-error, # needed as a workaround as reported here: https://github.com/open-telemetry/opentelemetry-python-contrib/issues/290
83
cyclic-import,
84
+ not-context-manager
85
86
# Enable the message, report, category or checker with the given id(s). You can
87
# either give multiple identifier separated by comma (,) or put this option
0 commit comments