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
passes flake8-strict checks. I was wondering if this was expected, or if both functions should be flagged. It's not quite an S100 violation but this code seems less ideal than having each arg on its own line or all args on the same line with the function name (and no trailing comma before the paren).
Thanks!
The text was updated successfully, but these errors were encountered:
The following code
passes flake8-strict checks. I was wondering if this was expected, or if both functions should be flagged. It's not quite an S100 violation but this code seems less ideal than having each arg on its own line or all args on the same line with the function name (and no trailing comma before the paren).
Thanks!
The text was updated successfully, but these errors were encountered: