Skip to content

Commit 955b483

Browse files
authored
Remove context manager check (open-telemetry#2391)
1 parent 24eadcf commit 955b483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pylintrc

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ disable=missing-docstring,
8181
missing-module-docstring, # temp-pylint-upgrade
8282
import-error, # needed as a workaround as reported here: https://github.com/open-telemetry/opentelemetry-python-contrib/issues/290
8383
cyclic-import,
84+
not-context-manager
8485

8586
# Enable the message, report, category or checker with the given id(s). You can
8687
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)