summaryrefslogtreecommitdiff
path: root/pylint/config/arguments_provider.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Remove all old code related to ``optparse`` config parsing. (#8405)Daniël van Noord2023-03-081-162/+11
* Changing flake8 to have max-line-length of 115 (#8362)Ollie2023-03-021-2/+3
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...Yilei "Dolee" Yang2022-09-151-0/+11
* Add ``Any`` typing to deprecated methodsDaniël van Noord2022-09-091-2/+7
* Add a TODO for options_by_sectionPierre Sassoulas2022-05-241-0/+3
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-231-1/+3
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-011-5/+5
* Fix typing of options_by_sectionDaniël van Noord2022-04-181-7/+2
* Deprecate all old classes from ``optparse`` (#6338)Daniël van Noord2022-04-161-0/+8
* Exclude deprecated methods and files from coverageDaniël van Noord2022-04-151-7/+9
* Update changelogsDaniël van Noord2022-04-151-2/+4
* Deprecate the ``level`` attributeDaniël van Noord2022-04-151-4/+19
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-141-1/+2
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-1/+1
* Set ``Namespace`` on ``config`` instead of ``namespace``Daniël van Noord2022-04-141-3/+4
* Add ``_ArgumentsManager.set_option`` and deprecate old option setters (#6299)Daniël van Noord2022-04-141-60/+9
* Use ``python-typing-update`` on ``pylint/config`` directory (#6307)Daniël van Noord2022-04-141-12/+13
* Create ``_ExtendArgument``Daniël van Noord2022-04-141-0/+12
* Remove use of deprecated methods in ``_ArgumentsProvider`` and ``_config_init...Daniël van Noord2022-04-131-3/+0
* Do not use ``config`` in ``option_value`` (#6283)Daniël van Noord2022-04-121-3/+1
* Deprecate ``BaseChecker.config`` (#6278)Daniël van Noord2022-04-121-1/+10
* Deprecate most methods of ``_ArgumentsProvider``Daniël van Noord2022-04-121-36/+103
* Remove ``OptionsProviderMixIn`` from ``BaseChecker``Daniël van Noord2022-04-111-0/+1
* Copy all ``OptionsProvideMixIn`` methods to ``ArgumentsProvider`` (#6257)Daniël van Noord2022-04-111-0/+106
* Add ``option_groups_descs`` to ``_ArgumentsProvider``Daniël van Noord2022-04-061-0/+7
* Create ``_ArgumentsProvider``Daniël van Noord2022-04-061-0/+23