Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Flag `superfluous-parens` if parentheses are used during string ↵ | Dani Alcala | 2022-11-13 | 1 | -1/+1 |
| | | | | concatenation (#7752) | ||||
* | Prepare the functional test for #6444 | Pierre Sassoulas | 2022-05-02 | 1 | -1/+3 |
| | | | | And small refactor to the code | ||||
* | Resolve false negative for implicit str concat inside calls | Pierre Sassoulas | 2022-05-02 | 1 | -3/+13 |
| | | | | Closes #6441 | ||||
* | Add ``redundant-u-string-prefix`` checker (#4804) | Daniël van Noord | 2021-08-06 | 1 | -1/+1 |
| | | | | | | * Add ``redundant-u-string-prefix`` checker This adds a checker for u-prefixes for strings, as used in Python 2. It only work in python 3.8 and above. Closes #4102 | ||||
* | Create subdirectory for crowded functional tests | Pierre Sassoulas | 2021-03-07 | 1 | -0/+31 |