summaryrefslogtreecommitdiff
path: root/pylint/config/argument.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a false negative for ``too-many-arguments`` and positional-only and keywo...Mark Byrne2023-05-151-0/+5
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-8/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Support globbing patterns for source-roots (#8281)Alexey Pelykh2023-02-211-4/+5
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-091-0/+11
* [ruff] B904 Raise exceptions with 'raise ... from err'Pierre Sassoulas2023-02-061-1/+1
* Bump mypy from 0.982 to 0.990 (#7769)dependabot[bot]2022-11-141-2/+2
* Use new symbolic name instead of the old names (#7728)Dani Alcala2022-11-071-1/+1
* Fix crash when regex option raises a `re.error` exception. (#7228)Mark Byrne2022-07-311-2/+11
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-231-2/+4
* Fix behavior of empty `--confidence` optionJacob Walls2022-05-051-0/+2
* Create a path type of argument that automatically expand user/var (#6494)Pierre Sassoulas2022-05-031-0/+7
* Fix short ``-v`` flag and add ``metavar`` support to ``_CallableArgument`` (#...Daniël van Noord2022-04-191-0/+8
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-141-1/+2
* Use ``python-typing-update`` on ``pylint/config`` directory (#6307)Daniël van Noord2022-04-141-45/+35
* Create ``_ExtendArgument``Daniël van Noord2022-04-141-2/+47
* Handle ``group`` in optdicts and ``option_groups`` (#6207)Daniël van Noord2022-04-061-4/+31
* Fix ``_py_version_transformer``Daniël van Noord2022-04-051-1/+1
* Allow creation of deprecated and renamed optionsDaniël van Noord2022-04-041-0/+116
* Refactor the help messageDaniël van Noord2022-04-041-5/+27
* Refactor all ``_Argument`` classesDaniël van Noord2022-04-041-36/+62
* Change naming and imports of ``_Arguments``Daniël van Noord2022-04-041-1/+1
* Create ``_CallableArgument``Daniël van Noord2022-04-041-1/+42
* Fix ``confidence`` argument typeDaniël van Noord2022-04-021-1/+13
* Remove ``metavar`` and ``choices`` from ``_StoreTrueArgument``Daniël van Noord2022-04-021-15/+0
* Add a ``_StoreTrueArgument`` classDaniël van Noord2022-04-021-0/+44
* Add last missing transformersDaniël van Noord2022-04-021-4/+41
* Use ``argparse`` config handler in ``design_analysis.py`` (#6118)Daniël van Noord2022-04-021-1/+12
* Use ``argparse`` config handler in ``imports.py`` & ``exceptions.py``Daniël van Noord2022-04-021-0/+8
* Use the ``argparse`` config handler in ``imports.py``Daniël van Noord2022-04-021-1/+2
* Use the ``argparse`` config handler in ``class_checker.py`` (#6109)Daniël van Noord2022-04-021-1/+19
* Add typing to two utility functions (#6111)Daniël van Noord2022-04-021-3/+3
* Use the ``argparse`` config handler in ``docstring_checker.py``Daniël van Noord2022-04-011-2/+5
* Use transformers instead of validators for ``Argument``Daniël van Noord2022-04-011-9/+15
* Create an `Argument` class and allow convertion of optdict into them (#5584)Daniël van Noord2022-03-291-0/+76