ruyaml icon indicating copy to clipboard operation
ruyaml copied to clipboard

fix: flake8-bugbear error in test_appliance.py

Open dupuy opened this issue 1 year ago • 1 comments

flake8...................................................................Failed

  • hook id: flake8
  • exit code: 1
_test/lib/test_appliance.py:144:56: B026 Star-arg unpacking after a keyword argument is strongly discouraged,
because it only works when the keyword parameter is declared after all parameters supplied by the unpacked sequence,
and this change of ordering can surprise and mislead readers.
            traceback.print_exception(file=sys.stdout, *info)
                                                       ^

dupuy avatar Jan 30 '24 05:01 dupuy

Label error. Requires exactly 1 of: bug, enhancement, major, minor, patch, skip-changelog. Found:

github-actions[bot] avatar Jan 30 '24 05:01 github-actions[bot]