You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,6 @@ ignore = [
248
248
"RUF029", # Function is declared `async`, but doesn't `await` or use `async` features.
249
249
"RUF067", # `__init__` module should only contain docstrings and re-exports
250
250
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes
251
-
"SIM108", # Use ternary operator `key_str = f"{value[ALIAS_KEY]}: {key}" if ALIAS_KEY in value and value[ALIAS_KEY] else key` instead of `if`-`else`-block
252
251
"TC003", # Move standard library import `collections.abc.Iterable` into a type-checking block
253
252
"UP031", # Use format specifiers instead of percent format
0 commit comments