Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PyCQA migration] Upgrade links to the repositories in code and doc (#8514) | Pierre Sassoulas | 2023-03-29 | 1 | -1/+1 |
| | |||||
* | Remove Python 2 code from the tests & refactor (#7320) | Mark Byrne | 2022-08-18 | 1 | -4/+4 |
| | | | | | | | - Refactor Classes which inherit from `object`. - Remove `import print_function from __future__`. - Remove assignments to `__revision__` from the functional test module when it is never used throughout the module. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | New checker `unnecessary-list-index-lookup` (#4525) (#5834) | Tim Martin | 2022-03-25 | 1 | -1/+1 |
| | |||||
* | Fix bugs in W0640 cell-var-from-loop checker (#4827) | David Liu | 2021-08-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Fix bugs in W0640 cell-var-from-loop checker. 1. Handle cell var appearing in node inside function. 2. Handle cell var appearing in non-trivial default argument expression. 3. Use astroid's lookup method to account for variable shadowing. * Fix cell-var-from-loop dependency on other checks. Previously, this check would have many false negatives when both unused-variable and used-before-assignment were disabled. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Fixed false negative of consider-using-enumerate on attributes (#4508) | yushao2 | 2021-05-26 | 1 | -0/+12 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Create subdirectory for crowded functional tests | Pierre Sassoulas | 2021-03-07 | 1 | -0/+73 |