jazzband / dj-database-url

Use Database URLs in your Django Application.
https://pypi.org/project/dj-database-url/
BSD 3-Clause "New" or "Revised" License
1.49k stars 205 forks source link

[mypy] Argument "conn_max_age" to "parse" has incompatible type "None"; expected "int" [arg-type] #209

Closed lorddaedra closed 1 year ago

lorddaedra commented 1 year ago

mypy Argument "conn_max_age" to "parse" has incompatible type "None"; expected "int" [arg-type]

None value should be allowed for conn_max_age, proof: https://docs.djangoproject.com/en/dev/ref/settings/#conn-max-age

mattseymour commented 1 year ago

Fair point we should support this correctly.