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 |
| | |||||
* | [deprecation] ``setup.cfg``and ``tox.ini`` sections need to start by ↵ | Pierre Sassoulas | 2023-03-20 | 1 | -17/+6 |
| | | | | 'pylint' (#8465) | ||||
* | Fixing some too long lines (#8339) | Ollie | 2023-02-25 | 1 | -2/+2 |
| | | | | | * Changing flake8 max-line-length to 120 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Fix recognition of config files named ``setup.cfg`` (#3630) (#6577) | Pierre Sassoulas | 2022-06-29 | 1 | -4/+4 |
| | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | Mix incorrect parsing of multi-line options in ``ini`` files | Daniël van Noord | 2022-06-13 | 1 | -1/+0 |
| | |||||
* | Fix parsing of unrelated options in tox.ini (#6801) | Daniël van Noord | 2022-06-03 | 1 | -3/+13 |
| | |||||
* | Fix the loading of unrelated tools options (#6356) | Pierre Sassoulas | 2022-05-05 | 1 | -0/+12 |
| | | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | Add exception handling for broken config files (#6351) | Tushar Sadhwani | 2022-04-15 | 1 | -3/+7 |
| | |||||
* | Use ``python-typing-update`` on ``pylint/config`` directory (#6307) | Daniël van Noord | 2022-04-14 | 1 | -10/+12 |
| | |||||
* | Fix handling of rich types in ``ini`` and ``toml`` files | Daniël van Noord | 2022-04-11 | 1 | -0/+1 |
| | |||||
* | Improve performance of config file reader | Daniël van Noord | 2022-04-06 | 1 | -14/+23 |
| | |||||
* | Move ``_parse_rich_type_value`` to ``utils`` | Daniël van Noord | 2022-04-02 | 1 | -10/+5 |
| | |||||
* | Use ``argparse`` config handler in ``misc.py`` (#6122) | Daniël van Noord | 2022-04-02 | 1 | -1/+1 |
| | |||||
* | Create ``_ConfigurationFileParser`` class (#6055) | Daniël van Noord | 2022-04-01 | 1 | -0/+92 |
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> |