summaryrefslogtreecommitdiff
path: root/doc/data/messages/p
Commit message (Collapse)AuthorAgeFilesLines
* Add optional `prefer-typing-namedtuple` message (#8681)HEADmainJacob Walls2023-05-164-0/+15
| | | Closes #8660
* [doc] Apply black on the documentation where it makes sense (#8650)Pierre Sassoulas2023-05-022-1/+3
| | | Co-authored-by: Daniel van Noord <13665637+DanielNoord@users.noreply.github.com>
* [parse-error] Remove forgotten good.py with placeholderPierre Sassoulas2023-02-031-1/+0
|
* feat(6489): implement `positional-only-arguments-expected` checker (#8121)yushao22023-01-283-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 Addison2023-01-072-0/+2
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* [doc] Document some messages where the code is not the problem (#7713)Pierre Sassoulas2022-11-051-1/+1
|
* Add doc example for various messages (#7684)Dani Alcala2022-10-277-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 Nandakwang2022-06-253-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 Nandakwang2022-06-253-2/+17
| | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com>
* Added documentation examples for pointless-?-statement (#6718)Mark Byrne2022-05-276-4/+10
| | | | - `pointless-statement` - `pointless-string-statement`
* Generate the data message directories with an advert for potential ↵Pierre Sassoulas2022-05-2614-0/+14
| | | | contributors (#6702)
* Add ``potential-index-error`` checker (#5552)Daniël van Noord2022-03-252-0/+2
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>