ruyaml
ruyaml copied to clipboard
fix: flake8-bugbear error in test_appliance.py
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)
^
Label error. Requires exactly 1 of: bug, enhancement, major, minor, patch, skip-changelog. Found: