Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace no-method-argument with no-self-argument when variadic args present ↵ | Jakub Kuczys | 2022-09-23 | 1 | -0/+9 |
| | | | | | | (#7518) Also add method name to the error message | ||||
* | Fix false positive for `no-self-argument` (#7301) | Mark Byrne | 2022-08-13 | 1 | -3/+25 |
| | | | | | * Fix false positive for `no-self-argument` when a staticmethod is applied to a function but uses a different name. Closes #7300 | ||||
* | Migrate func_e0204.py to new functional tests | Pierre Sassoulas | 2021-03-07 | 1 | -0/+18 |