We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb93301 commit 1a9ff8cCopy full SHA for 1a9ff8c
pyproject.toml
@@ -753,6 +753,7 @@ ignore = [
753
"RUF001", # String contains ambiguous unicode character.
754
"RUF002", # Docstring contains ambiguous unicode character.
755
"RUF003", # Comment contains ambiguous unicode character.
756
+ "RUF015", # Prefer next(...) over single element slice
757
"SIM102", # Use a single if statement instead of nested if statements
758
"SIM108", # Use ternary operator {contents} instead of if-else-block
759
"SIM115", # Use context handler for opening files
0 commit comments