Closed muupan closed 5 years ago
https://github.com/PyCQA/flake8-bugbear#list-of-warnings
B006: Do not use mutable data structures for argument defaults. All calls reuse one instance of that data structure, persisting changes between them.
https://github.com/PyCQA/flake8-bugbear#list-of-warnings