Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [doc] Apply black on the documentation where it makes sense (#8650) | Pierre Sassoulas | 2023-05-02 | 10 | -10/+12 |
| | | | 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 | 3 | -3/+3 |
| | |||||
* | Add doc for ``bad-file-encoding``, ``return-arg-in-generator`` (#8447) | Daniël van Noord | 2023-03-20 | 3 | -2/+1 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add new checker `bad-chained-comparison` (#7990) | Zen Lee | 2023-02-26 | 3 | -0/+7 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add documentation for duplicate-string-formatting-argument and ↵ | Ollie | 2023-02-12 | 3 | -2/+3 |
| | | | | | | bidirectional-unicode (#8269) Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | doc for boolean-datetime | Robert Hofer | 2023-02-08 | 5 | -2/+20 |
| | |||||
* | Add ``bad-mcs-method-argument`` doc example | Daniël van Noord | 2023-02-06 | 3 | -2/+6 |
| | | | | Co-authored-by: Ollie <46904826+ollie-iterators@users.noreply.github.com> | ||||
* | Add ``bad-mcs-classmethod-argument`` doc example | Daniël van Noord | 2023-02-06 | 3 | -2/+8 |
| | | | | Co-authored-by: Ollie <46904826+ollie-iterators@users.noreply.github.com> | ||||
* | [bad-configuration-section] Only needs details.rst | Pierre Sassoulas | 2023-02-03 | 2 | -2/+2 |
| | | | | Plus it seems it can't be emitted following argparse refactor | ||||
* | [doc] Make sure that doc examples are of a reasonable length (#8135) | Pierre Sassoulas | 2023-01-30 | 1 | -1/+2 |
| | | | | And upgrade existing unreasonable length. Reading ease is drastically reduced on read the doc after 103 chars (Because of horizontal scrolling) | ||||
* | [doc] Add details and related links for bare/broad-except (#8077) | Pierre Sassoulas | 2023-01-24 | 9 | -10/+19 |
| | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | Rename `broad-except` and new check `broad-exception-raised` (#7709) | Dani Alcala | 2022-11-05 | 5 | -4/+12 |
| | | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add `bad-dunder-name` extension checker (#7642) | Dani Alcala | 2022-10-31 | 3 | -0/+14 |
| | | | | | With a 'good-dunder-name' option Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add documentation examples for broken-noreturn, condition-evals-to-constant, ↵ | Dani Alcala | 2022-10-04 | 7 | -4/+32 |
| | | | | | | | | | | | and bad-thread-instantiation (#7571) * add docs for broken-noreturn * add docs for condition-evals-to-constant * add docs for bad-thread-instantiation Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Added documentation examples for `bad-format-string-key` (#7373) | Andreas Finkler | 2022-08-28 | 3 | -2/+8 |
| | |||||
* | Rename bad-exception-context to bad-exception-cause (#7125) | VictorT | 2022-07-18 | 3 | -1/+1 |
| | | | | | | Fixes #3694 Co-authored-by: Victor Taïx <victor.taix@grenoble-inp.org> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Use the default config in the messages documentation tests | Daniël van Noord | 2022-07-07 | 1 | -0/+2 |
| | |||||
* | Add documentation examples for `bad-docstring-quotes` (#7014) | Julthep Nandakwang | 2022-06-24 | 5 | -2/+11 |
| | | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Fix ``bad-super-call`` for non-direct parents (#6956) | Daniël van Noord | 2022-06-16 | 3 | -2/+14 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add `bad-inline-option` example (#6930) | Harutaka Kawamura | 2022-06-12 | 3 | -2/+3 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | [bad-option-value] Add a 'useless-option-value' message | Pierre Sassoulas | 2022-06-06 | 2 | -4/+0 |
| | | | | | | | So it's possible to to distinguish between genuine typoes and old configuration that could be cleaned. We use old_names to decrease message type to warning | ||||
* | Generate the data message directories with an advert for potential ↵ | Pierre Sassoulas | 2022-05-26 | 24 | -0/+24 |
| | | | | contributors (#6702) | ||||
* | 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> | ||||
* | Added bad-format-string, consider-using-sys-exit, global-statement ↵ | MalanB | 2022-05-02 | 3 | -0/+4 |
| | | | | | | | documentation examples Co-authored-by: Onkar Dixit <osdixit@gmail.com> Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> | ||||
* | Added binary-op-exception message example (#6104) | Matus Valo | 2022-04-10 | 2 | -0/+8 |
| | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> | ||||
* | Add example for ``bad-super-call`` (#6166) | Andreas Finkler | 2022-04-03 | 4 | -0/+19 |
| | | | | | Co-authored by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add example for ``broken-collections-callable`` (#6167) | Andreas Finkler | 2022-04-03 | 4 | -0/+15 |
| | |||||
* | Add examples for ``bad-string-format-type`` (#6164) | Andreas Finkler | 2022-04-03 | 4 | -0/+6 |
| | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> | ||||
* | Added broad-except message example (#6103) | Matus Valo | 2022-04-01 | 2 | -0/+8 |
| | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> | ||||
* | [doc] Add example to bad strip call (#6093) | Pierre Sassoulas | 2022-04-01 | 2 | -4/+8 |
| | | | So it's easier to understand what strip does without reading the documentation | ||||
* | Merge pull request #6090 from DudeNr33/doc-bad-str-strip-call | Andreas Finkler | 2022-04-01 | 4 | -0/+12 |
|\ | | | | | Add examples for ``bad-str-strip-call`` | ||||
| * | Add examples for ``bad-str-strip-call`` | DudeNr33 | 2022-04-01 | 4 | -0/+12 |
| | | |||||
* | | Documentation examples for ``bad-option-value`` | DudeNr33 | 2022-04-01 | 2 | -0/+4 |
|/ | |||||
* | Examples for ``bad-format-character`` (#6086) | Andreas Finkler | 2022-04-01 | 4 | -0/+6 |
| | | | * Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> | ||||
* | Examples for ``bad-exception-context`` (#6026) | Andreas Finkler | 2022-03-29 | 3 | -0/+16 |
| | | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Added example of bad-reversed-sequence (#6021) | Matus Valo | 2022-03-28 | 2 | -0/+2 |
| | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> | ||||
* | Added example of bare-except (#6020) | Matus Valo | 2022-03-28 | 2 | -0/+8 |
| | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> | ||||
* | Added example for bad-except-order | Matus Valo | 2022-03-28 | 2 | -0/+14 |
| | | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> | ||||
* | Added example for bad-indentation (#6000) | Matus Valo | 2022-03-28 | 3 | -0/+5 |
| | | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | Added example for bad-staticmethod-argument (#6002) | Matus Valo | 2022-03-28 | 2 | -0/+8 |
| | | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Added example for bad-builtin (#5993) | Matus Valo | 2022-03-28 | 2 | -0/+4 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Added bad-classmethod-argument example (#5996) | Matus Valo | 2022-03-27 | 2 | -0/+10 |
| | |||||
* | Add bad-open-mode and unspecified-encoding documentation (#5954) | Daniël van Noord | 2022-03-24 | 2 | -0/+6 |
Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> |