Skip to content

Commit 3d76ddd

Browse files
authored
Update pyproject.toml
1 parent dcd13e9 commit 3d76ddd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ lint.ignore = [ # `ruff rule S101` for a description of that rule
1010
"PLW2901", # PLW2901: Redefined loop variable -- FIX ME
1111
"PT011", # `pytest.raises(Exception)` is too broad, set the `match` parameter or use a more specific exception
1212
"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 {}?
1513
"S101", # Use of `assert` detected -- DO NOT FIX
1614
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes -- FIX ME
1715
"SLF001", # Private member accessed: `_Iterator` -- FIX ME

0 commit comments

Comments
 (0)