Skip to content

Update Black to 23.1.0 and reformat with new style #335

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

intgr
Copy link
Contributor

@intgr intgr commented Feb 2, 2023

Black 23 introduced some changes to the stable formatting style, but very trivial in this project.

More details: https://github.com/psf/black/blob/main/CHANGES.md#2310

Closes #333

Black 23 introduced some changes to the stable formatting style, but very trivial in this project.

More details: https://github.com/psf/black/blob/main/CHANGES.md#2310
from django.utils.functional import cached_property
from typing_extensions import Literal

from django.utils.translation import ugettext_lazy as _
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isort also made changes to the import order, I thought lint was checking that already?

@intgr intgr merged commit 092ec42 into typeddjango:master Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant