yaq-project / yaq-python

Repository for yaq core python packages.
https://yaq.fyi
GNU Lesser General Public License v3.0
5 stars 5 forks source link

check class inheritance in CI #81

Open untzag opened 6 months ago

untzag commented 6 months ago

possible to have valid entry points

$ yaqd-my-daemon --help

and it's still broken in really obvious ways because the inheritance doesn't agree with the TOML

we already have machinery to do this, could we add to CI?