sbdchd / django-types

:doughnut: Type stubs for Django
MIT License
187 stars 62 forks source link

Use PEP-604 syntax for unions #185

Closed hamdanal closed 1 year ago

hamdanal commented 1 year ago

Activate the ruff lint rule "UP007" that updates typing.Union and typing.Optional to use the | syntax. I also made some manual fixups for the cases that were not updated by ruff.

This is a continuation of #184

sbdchd commented 1 year ago

Thank you!!