Currently we need to have qref in tool.mypy.overrides section of pyproject.toml, as qref==0.1.0 does not have typing stubs. this has been fixed since and once new release of qref will be published on PyPI we should bump its version in bartiq and remove qref from that section of pyproject.toml.
Currently we need to have
qref
intool.mypy.overrides
section ofpyproject.toml
, asqref==0.1.0
does not have typing stubs. this has been fixed since and once new release ofqref
will be published onPyPI
we should bump its version inbartiq
and removeqref
from that section ofpyproject.toml
.