Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Just regular maintenance, a bit overdue. There's a small incompatibility with latest `mypy` and the stale version of `django-stubs`. Running mypy 1.12 or 1.13 crashes entirely. If we upgrade `django-stubs`, then a single method (`Trip.search_trips()`) which *should* return `QuerySet[Trip]` is marked as returning `Any`.
- Loading branch information