We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 102e9a3 commit d88190cCopy full SHA for d88190c
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
- "DTZ005", # The use of `datetime.datetime.now()` without `tzinfo` argument is not allowed -- FIX ME
6
"E741", # Ambiguous variable name 'l' -- FIX ME
7
"EM101", # Exception must not use a string literal, assign to variable first
8
"EXE001", # Shebang is present but file is not executable" -- FIX ME
0 commit comments