Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove bad-whitespace disabling in all code | Pierre Sassoulas | 2020-05-03 | 1 | -1/+1 |
| | |||||
* | Remove bad-continuation disabling in all code | Pierre Sassoulas | 2020-05-02 | 1 | -1/+1 |
| | |||||
* | Fix false-negative cases for trailing-comma-tuple | Yang Yang | 2020-04-19 | 1 | -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 Sassoulas | 2019-09-10 | 1 | -0/+38 |
e/example_functional_tests.py Permit to navigate in the functional tests easier. |