PsiQ / bartiq

Bartiq
https://psiq.github.io/bartiq/
Apache License 2.0
31 stars 9 forks source link

Remove `qref` from `tool.mypy.overrides` when dependency on qref is bumped. #49

Closed mstechly closed 5 months ago

mstechly commented 5 months ago

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.