We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
capsul/capsul/process/process.py
Line 942 in fbec45b
Lines 1077 to 1086 in fbec45b
Lines 1090 to 1096 in fbec45b
See flake8-bugbear B026 star-arg-unpacking-after-keyword-arg:
Why is this bad? In Python, you can use star-argument unpacking to pass a list or tuple of arguments to a function. Providing a star-argument after a keyword argument can lead to confusing behavior, and is only supported for backwards compatibility.
Why is this bad?
In Python, you can use star-argument unpacking to pass a list or tuple of arguments to a function.
Providing a star-argument after a keyword argument can lead to confusing behavior, and is only supported for backwards compatibility.
The text was updated successfully, but these errors were encountered:
We may remove this exception once we fix these issues:
capsul/ruff.toml
Line 15 in 99c3a47
Sorry, something went wrong.
No branches or pull requests
capsul/capsul/process/process.py
Line 942 in fbec45b
capsul/capsul/process/process.py
Lines 1077 to 1086 in fbec45b
capsul/capsul/process/process.py
Lines 1090 to 1096 in fbec45b
See flake8-bugbear B026 star-arg-unpacking-after-keyword-arg:
The text was updated successfully, but these errors were encountered: