Skip to content

Commit d88190c

Browse files
committed
Enable ruff DTZ005 rule
1 parent 102e9a3 commit d88190c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: 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-
"DTZ005", # The use of `datetime.datetime.now()` without `tzinfo` argument is not allowed -- FIX ME
65
"E741", # Ambiguous variable name 'l' -- FIX ME
76
"EM101", # Exception must not use a string literal, assign to variable first
87
"EXE001", # Shebang is present but file is not executable" -- FIX ME

0 commit comments

Comments
 (0)