Use image with flake8-bugbear plugin and fix mutable default args
This ensures immutable default args and adds a linter plugin to catch these kinds of bugs (or potential bugs) later.
Edited by Willi Rath
This ensures immutable default args and adds a linter plugin to catch these kinds of bugs (or potential bugs) later.