We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7a462 commit 3a5fef8Copy full SHA for 3a5fef8
pyproject.toml
@@ -2,7 +2,6 @@
2
lint.ignore = [ # `ruff rule S101` for a description of that rule
3
"B904", # Within an `except` clause, raise exceptions with `raise ... from err` -- FIX ME
4
"B905", # `zip()` without an explicit `strict=` parameter -- FIX ME
5
- "DTZ001", # The use of `datetime.datetime()` without `tzinfo` argument is not allowed -- FIX ME
6
"DTZ005", # The use of `datetime.datetime.now()` without `tzinfo` argument is not allowed -- FIX ME
7
"E741", # Ambiguous variable name 'l' -- FIX ME
8
"EM101", # Exception must not use a string literal, assign to variable first
0 commit comments