Describe the bug
Right now, there's a bug in Pylint with unbalanced-tuple-unpacking false positive.
We need to wait until this bug is solved in order to enable unbalanced-tuple-unpacking.
Waiting for:
Once it is fixed, we can remove unbalanced-tuple-unpacking from being disabled in .pylintrc
Context
Please add some context to your report:
- Statue version: [e.g. 0.0.10, latest] latest
- Python version: [e.g. 3.7.2, 3.8, must be 3.7 or higher] 3.9
- Operating system: [e.g. Windows 10, MacOs Catalina 10.15.7, Ubuntu 16.04 LTS] Windows
Describe the bug
Right now, there's a bug in Pylint with
unbalanced-tuple-unpackingfalse positive.We need to wait until this bug is solved in order to enable
unbalanced-tuple-unpacking.Waiting for:
unbalanced-tuple-unpackingreport pylint-dev/pylint#5671Once it is fixed, we can remove
unbalanced-tuple-unpackingfrom being disabled in .pylintrcContext
Please add some context to your report: