Code like:
match [varible]: ...
# or
match (variable,): ...
(the same with other containers)
should raise a new violation, because there's no real reason to wrap values here into new containers.
I suggest adding this violation to refactoring.py, visitor can go to into new wemake_python_styleguide/visitors/ast/pm.py
Code like:
(the same with other containers)
should raise a new violation, because there's no real reason to wrap values here into new containers.
I suggest adding this violation to
refactoring.py, visitor can go to into newwemake_python_styleguide/visitors/ast/pm.py