github / github/codeql

LGTM.com - false positive - Illegal class 'NoneType' raised

Open
#6,746 1 comment 0 reactions 0 assignees View on GitHub
acknowledged false-positive Python
Dominant language
CodeQL
Stars
10.1k
Forks
2.1k
Avg merge
2d 15h
Merged PRs (30d)
141

Description

**Description of the false positive**

The type of `MYPY_EX` cannot be `NoneType`:
```python
if t.TYPE_CHECKING or MYPY_EX is None:
[...]
else:
def plugin(version: str) -> t.Type[_NumpyPlugin]:
"""An entry-point for mypy."""
raise MYPY_EX
```

**URL to the alert on the project page on LGTM.com**

https://lgtm.com/projects/g/numpy/numpy/snapshot/6152182e731afcc49e6ff6c657dcd805619bca56/files/numpy/typing/mypy_plugin.py?sort=name&dir=ASC&mode=heatmap#x712afbd0848264dc:1

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.