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
The `flake8-datetimez` plugin is a Flake8 extension that makes sure no
functions that create naive datetime objects (without a timezone) are
not used.
Fixes#140.
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,8 @@ But you might still need to adapt your code:
36
36
-`dco-merge-queue.yml`: `DCO`
37
37
-`labeler.yml`: `Label`
38
38
39
+
- Added the [`flake8-datetimez`](https://github.com/pjknkda/flake8-datetimez) plugin to the `flake8` session. This plugin prevents accidental use of naive `datetime` objects by flagging calls that create or return datetimes without timezone information.
40
+
39
41
## Bug Fixes
40
42
41
43
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments