[CodeFactor](https://www.codefactor.io/repository/github/reactive-firewall/python-repo/overview/master) found an issue: Dangerous default value [] as argument It's currently on: [tests\test_usage.py:54 ](https://www.codefactor.io/repository/github/reactive-firewall/python-repo/source/master/tests/test_usage.py#L54) code should be something like: ```python def functionName(arg1=None, arg2=None): if arg1 is None: arg1 = [None] ... ```