## Summary This PR implements pycodestyle's E241 (tab after comma) and E242 (multiple whitespace after comma) lints. These are marked as nursery rules like many other pycodestyle rules. Refs #2402 ## Test Plan E24.py copied from pycodestyle.
## Summary This PR implements pycodestyle's E241 (tab after comma) and E242 (multiple whitespace after comma) lints. These are marked as nursery rules like many other pycodestyle rules. Refs #2402 ## Test Plan E24.py copied from pycodestyle.