We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f95d6f commit 6f439deCopy full SHA for 6f439de
pyproject.toml
@@ -1,6 +1,5 @@
1
[tool.ruff]
2
lint.ignore = [ # `ruff rule S101` for a description of that rule
3
- "ARG001", # Unused function argument `amount` -- FIX ME?
4
"B904", # Within an `except` clause, raise exceptions with `raise ... from err` -- FIX ME
5
"B905", # `zip()` without an explicit `strict=` parameter -- FIX ME
6
"DTZ001", # The use of `datetime.datetime()` without `tzinfo` argument is not allowed -- FIX ME
0 commit comments