Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PyCQA migration] Upgrade links to the repositories in code and doc (#8514) | Pierre Sassoulas | 2023-03-29 | 1 | -2/+2 |
| | |||||
* | Some initial line wrapping of docstrings (#6672) | Daniël van Noord | 2022-05-23 | 1 | -3/+5 |
| | |||||
* | Remove some words from custom dictionary and update spelling | Daniël van Noord | 2022-04-26 | 1 | -1/+1 |
| | |||||
* | Add ``unrecognized-option`` message (#6330) | Daniël van Noord | 2022-04-15 | 1 | -0/+10 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Remove the ``future_option_parsing`` keyword (#6253) | Daniël van Noord | 2022-04-11 | 1 | -4/+0 |
| | |||||
* | Move preprocessing of arguments into ``config`` directory | Daniël van Noord | 2022-04-04 | 1 | -0/+4 |
| | |||||
* | Create an `Argument` class and allow convertion of optdict into them (#5584) | Daniël van Noord | 2022-03-29 | 1 | -0/+13 |
* Use config initialization of ``_ArgumentsManager`` * Allow ``BaseChecker`` to register on a ``_ArgumentsManager`` * Use the ``argparse`` config handler in ``logging.py`` and add tests |