Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [doc] Apply black on the documentation where it makes sense (#8650) | Pierre Sassoulas | 2023-05-02 | 4 | -4/+3 |
| | | | Co-authored-by: Daniel van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | [PyCQA migration] Upgrade links to the repositories in code and doc (#8514) | Pierre Sassoulas | 2023-03-29 | 2 | -2/+2 |
| | |||||
* | Add doc for ``bad-file-encoding``, ``return-arg-in-generator`` (#8447) | Daniël van Noord | 2023-03-20 | 2 | -2/+4 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | [doc] Upgrade generated doc and create example for ↵ | Pierre Sassoulas | 2022-12-05 | 3 | -0/+11 |
| | | | | redundant-typehint-argument (#7904) | ||||
* | Add documentation some refactor messages (#7731) | Dani Alcala | 2022-11-08 | 7 | -4/+25 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add doc example for various messages (#7684) | Dani Alcala | 2022-10-27 | 4 | -2/+20 |
| | | | | | | | | | | | | | * 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 | ||||
* | Added documentation examples for `redefined-outer-name` (#7374) | Andreas Finkler | 2022-08-28 | 3 | -2/+35 |
| | |||||
* | Fix raise-missing-from related PEP (#7242) | Grégoire | 2022-07-29 | 1 | -1/+1 |
| | |||||
* | Use the default config in the messages documentation tests | Daniël van Noord | 2022-07-07 | 1 | -0/+2 |
| | |||||
* | Add documentation examples for `redundant-keyword-arg` (#7064) | Julthep Nandakwang | 2022-06-26 | 3 | -2/+12 |
| | | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add documentation examples for `raising-bad-type` (#7062) | Julthep Nandakwang | 2022-06-26 | 3 | -2/+20 |
| | | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add documentation examples for `raising-format-tuple` (#7061) | Julthep Nandakwang | 2022-06-26 | 3 | -2/+2 |
| | | | Co-authored-by: Laurent Arnoud <laurent@spkdev.net> | ||||
* | Add documentation examples for `redefined-argument-from-local` (#7060) | Julthep Nandakwang | 2022-06-26 | 3 | -2/+6 |
| | | | | | Co-authored-by: Laurent Arnoud <laurent@spkdev.net> Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add `repeated-keyword` example (#6853) | Harutaka Kawamura | 2022-06-05 | 3 | -2/+11 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add `raising-non-exception` example (#6855) | Harutaka Kawamura | 2022-06-05 | 3 | -2/+2 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | [doc] Add redefined-variable-type example (#6852) | Harutaka Kawamura | 2022-06-05 | 3 | -2/+4 |
| | |||||
* | [doc] Add redefined-builtin example (#6835) | Harutaka Kawamura | 2022-06-05 | 3 | -2/+4 |
| | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> | ||||
* | Added documentation examples for `return-outside-function`. (#6762) | Mark Byrne | 2022-05-31 | 3 | -2/+3 |
| | |||||
* | Added documentation examples for `redeclared-assigned-name`. (#6765) | Mark Byrne | 2022-05-31 | 3 | -2/+2 |
| | |||||
* | Generate the data message directories with an advert for potential ↵ | Pierre Sassoulas | 2022-05-26 | 34 | -0/+34 |
| | | | | contributors (#6702) | ||||
* | [raise-missing-from] Clearer message and example in the documentation (#6576) | Pierre Sassoulas | 2022-05-12 | 3 | -0/+9 |
| | | | | | | | | | * [raise-missing-from] Clearer message and example in the documentation Co-authored-by: cool-RR <ram@rachum.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> Refs #5953 Closes #3707 | ||||
* | Use main instead of master as main checker name (#6569) | Daniël van Noord | 2022-05-10 | 1 | -1/+1 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add optional check `redefined-loop-name` (#5649) | Jacob Walls | 2022-05-01 | 3 | -0/+6 |
| | | | | | | | | | | | | * Also change message type for inner loops overwriting the outer loop variable from `redefined-outer-name` to `redefined-loop-name` * Update redefined-outer-name description * Add coverage and fix preexisting false positive When the check for inner loops redefining outer loop variables was redefined-outer-name, it assumed enclosing for-loops were in the same namespace. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | Add related and details.rst to 'redundant-unittest-assert' style message's ↵ | Pierre Sassoulas | 2022-05-01 | 2 | -1/+7 |
| | | | | | | | doc (#6483) Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | Check documentation examples for fatal errors (#6475) | Jacob Walls | 2022-04-30 | 2 | -1/+3 |
| | |||||
* | Make it clearer that only additional __slots__ should be specified (#6321) | Robin Tweedie | 2022-04-14 | 1 | -1/+1 |
| | |||||
* | Added message example for return-in-init (#6245) | Matus Valo | 2022-04-09 | 3 | -0/+9 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add example for `reimported` message documentation (#6206) | Gunung P. Wibisono | 2022-04-06 | 2 | -0/+3 |
| | |||||
* | Add ``redefined-slots-in-subclass`` documentation examples (#6079) | Mark Byrne | 2022-03-31 | 2 | -0/+12 |
| | |||||
* | Add documentation for messages with assert in their name (#5960) | Daniël van Noord | 2022-03-24 | 2 | -0/+12 |
Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> |