summaryrefslogtreecommitdiff
path: root/tests/functional/t/trailing_comma_tuple.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove bad-whitespace disabling in all codePierre Sassoulas2020-05-031-1/+1
|
* Remove bad-continuation disabling in all codePierre Sassoulas2020-05-021-1/+1
|
* Fix false-negative cases for trailing-comma-tupleYang Yang2020-04-191-1/+13
| | | | | | | The current logic for detecting trailing-comma-tuple violations fails to detect positive cases that span multiple lines because its look-back mechanism stops at the last NL or NEWLINE token when it should in fact stop at the last NEWLINE token only.
* [functional tests] Rename example_functional_tests.py => ↵Pierre Sassoulas2019-09-101-0/+38
e/example_functional_tests.py Permit to navigate in the functional tests easier.