You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling .astimezone() should not result in a flake8 violation since it returns a tz-aware datetime object. However because it is called after creating a naive datetime object it is not detected.
The text was updated successfully, but these errors were encountered:
sasanjac
added a commit
to sasanjac-lab/flake8-datetimez
that referenced
this issue
Dec 12, 2022
Calling
.astimezone()
should not result in a flake8 violation since it returns a tz-aware datetime object. However because it is called after creating a naive datetime object it is not detected.The text was updated successfully, but these errors were encountered: