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
Hi everyone! I am trying to use this package on a project that has mypy type checking as part of the CI/CD, and I had to deactivate type-checks on my admin models that use the TabularInlinePaginated class since there are no type stub files.
Hi everyone! I am trying to use this package on a project that has
mypy
type checking as part of the CI/CD, and I had to deactivate type-checks on my admin models that use theTabularInlinePaginated
class since there are no type stub files.I think a
.pyi
stub file foradmin.py
can be constructed upon the stubs for Django'sadmin/options.pyi
.If it seems like a good idea, I can work on it and submit a PR with the stub!
The text was updated successfully, but these errors were encountered: