Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add optional `prefer-typing-namedtuple` message (#8681)HEADmain | Jacob Walls | 2023-05-16 | 4 | -0/+15 |
| | | | Closes #8660 | ||||
* | [doc] Apply black on the documentation where it makes sense (#8650) | Pierre Sassoulas | 2023-05-02 | 2 | -1/+3 |
| | | | Co-authored-by: Daniel van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | [parse-error] Remove forgotten good.py with placeholder | Pierre Sassoulas | 2023-02-03 | 1 | -1/+0 |
| | |||||
* | feat(6489): implement `positional-only-arguments-expected` checker (#8121) | yushao2 | 2023-01-28 | 3 | -0/+11 |
| | | | | | | | * feat(6489): implement positional-only-arguments-expected checker * Update doc/user_guide/configuration/all-options.rst * update good/bad examples | ||||
* | Add new check "pointless-exception-statement" (#7939) | James Addison | 2023-01-07 | 2 | -0/+2 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | [doc] Document some messages where the code is not the problem (#7713) | Pierre Sassoulas | 2022-11-05 | 1 | -1/+1 |
| | |||||
* | Add doc example for various messages (#7684) | Dani Alcala | 2022-10-27 | 7 | -4/+14 |
| | | | | | | | | | | | | | * add docs for non-str-assignment * add docs for nonlocal * add docs for not-a-mapping * add docs for possibly unused var * add docs for preferred module * add docs for redundant return doc | ||||
* | Add documentation examples for `property-with-parameters` (#7053) | Julthep Nandakwang | 2022-06-25 | 3 | -2/+13 |
| | | | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add documentation examples for `protected-access` (#7054) | Julthep Nandakwang | 2022-06-25 | 3 | -2/+17 |
| | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> | ||||
* | Added documentation examples for pointless-?-statement (#6718) | Mark Byrne | 2022-05-27 | 6 | -4/+10 |
| | | | | - `pointless-statement` - `pointless-string-statement` | ||||
* | Generate the data message directories with an advert for potential ↵ | Pierre Sassoulas | 2022-05-26 | 14 | -0/+14 |
| | | | | contributors (#6702) | ||||
* | Add ``potential-index-error`` checker (#5552) | Daniël van Noord | 2022-03-25 | 2 | -0/+2 |
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> |