You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manually disabling spurious error message arising from a bug in pylint
for Python 3.9, i.e.,
```
pylint...............................................................................Failed
- hook id: pylint
- exit code: 2
--------------------------------------------------------------------
Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)
************* Module structlog_sentry_logger._config
structlog_sentry_logger/_config.py:240:18: E1136: Value 'Union' is unsubscriptable (unsubscriptable-object)
------------------------------------------------------------------
Your code has been rated at 9.52/10 (previous run: 9.52/10, +0.00)
--------------------------------------------------------------------
Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)
--------------------------------------------------------------------
Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)
```
see: [[Python 3.9] Value 'Optional' is unsubscriptable
(unsubscriptable-object) (also Union) #3882](pylint-dev/pylint#3882)
0 commit comments