Skip to content

Commit 3a5fef8

Browse files
committed
Enable ruff DTZ001 rule
1 parent 2c7a462 commit 3a5fef8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
lint.ignore = [ # `ruff rule S101` for a description of that rule
33
"B904", # Within an `except` clause, raise exceptions with `raise ... from err` -- FIX ME
44
"B905", # `zip()` without an explicit `strict=` parameter -- FIX ME
5-
"DTZ001", # The use of `datetime.datetime()` without `tzinfo` argument is not allowed -- FIX ME
65
"DTZ005", # The use of `datetime.datetime.now()` without `tzinfo` argument is not allowed -- FIX ME
76
"E741", # Ambiguous variable name 'l' -- FIX ME
87
"EM101", # Exception must not use a string literal, assign to variable first

0 commit comments

Comments
 (0)