mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-04-24 08:44:44 +00:00
First, Mypy reported a lot of issues for the tests not including `-> None` annotations. After adding them, there were lots of issues due to the `url` variables being reassigned from `str` to `DBConfig` objects, fixed by inlining the URLs into the `parse()` calls. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_dj_database_url.py | ||