summaryrefslogtreecommitdiff
path: root/pylint/config/arguments_provider.py
Commit message (Collapse)AuthorAgeFilesLines
* Changing flake8 to have max-line-length of 115 (#8362)Ollie2023-03-021-2/+3
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes ↵Yilei "Dolee" Yang2022-09-151-0/+11
| | | | | | | | sense. (#7465) Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* 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
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Exclude deprecated methods and files from coverageDaniël van Noord2022-04-151-7/+9
|
* Update changelogsDaniël van Noord2022-04-151-2/+4
| | | | | | Apply suggestions from code review Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* 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 ↵Daniël van Noord2022-04-131-3/+0
| | | | ``_config_initialization``
* 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
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* 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