wemake-services/wemake-python-styleguide

`WPS520` should be ignore in `assert` context

Closed this issue · 0 comments

pytest does not like this rule.


  47:37    WPS520 Found compare with falsy constant
  assert task_json['args'] == []
                              ^