Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `valid-metaclass-classmethod-first-arg` default value (#7791) | Cubicpath | 2022-11-19 | 1 | -1/+1 |
| | | | | | * Change default value to "mcs" * Fix functional tests to use "mcs" for first MetaClass classmethod arg | ||||
* | Remove Python 2 code from the tests & refactor (#7320) | Mark Byrne | 2022-08-18 | 1 | -4/+2 |
| | | | | | | | - 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> | ||||
* | Remove the 'no-init' message tat was not emitted anyway | Pierre Sassoulas | 2022-04-18 | 1 | -1/+1 |
| | | | | | | See https://github.com/PyCQA/pylint/issues/2409#issuecomment-1100952171 Closes #2409 | ||||
* | Cleanup unwanted 'use-symbolic-message-instead' in functional tests | Pierre Sassoulas | 2021-03-17 | 1 | -1/+1 |
| | |||||
* | Enable use-symbolic-message-instead in functional tests | Pierre Sassoulas | 2021-03-17 | 1 | -1/+1 |
| | |||||
* | Migrate func_first_arg.py to new functional tests | Pierre Sassoulas | 2021-03-14 | 1 | -0/+42 |