Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PyCQA migration] Upgrade links to the repositories in code and doc (#8514) | Pierre Sassoulas | 2023-03-29 | 2 | -3/+3 |
| | |||||
* | Emit `used-before-assignment` for variables only defined under always false ↵ | Jacob Walls | 2022-11-22 | 1 | -1/+1 |
| | | | | tests (#6677) | ||||
* | Prevent `redefined-outer-name` for `if t.TYPE_CHECKING` | Jacob Walls | 2022-09-28 | 1 | -2/+10 |
| | |||||
* | Remove Python 2 code from the tests & refactor (#7320) | Mark Byrne | 2022-08-18 | 2 | -4/+3 |
| | | | | | | | - 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> | ||||
* | Move no-self-use to optional extension (#6448) | Marc Mueller | 2022-05-05 | 1 | -1/+1 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | ``redefined-slots-in-subclass`` crash when slot type is neither a string or ↵ | Mark Byrne | 2022-04-02 | 1 | -1/+7 |
| | | | | | | | constant node (#6112) * Suppress `invalid-slots-object` in the function tests for `redefined-slots-in-subclass` Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Move functional test files to new structure | Daniël van Noord | 2022-02-10 | 14 | -0/+257 |