We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd13e9 commit 3d76dddCopy full SHA for 3d76ddd
pyproject.toml
@@ -10,8 +10,6 @@ lint.ignore = [ # `ruff rule S101` for a description of that rule
10
"PLW2901", # PLW2901: Redefined loop variable -- FIX ME
11
"PT011", # `pytest.raises(Exception)` is too broad, set the `match` parameter or use a more specific exception
12
"PT018", # Assertion should be broken down into multiple parts
13
- "RUF001", # String contains ambiguous {}. Did you mean {}?
14
- "RUF002", # Docstring contains ambiguous {}. Did you mean {}?
15
"S101", # Use of `assert` detected -- DO NOT FIX
16
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes -- FIX ME
17
"SLF001", # Private member accessed: `_Iterator` -- FIX ME
0 commit comments