summaryrefslogtreecommitdiff
path: root/pylint/config/option.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all old code related to ``optparse`` config parsing. (#8405)Daniƫl van Noord2023-03-081-239/+0
* Support globbing patterns for source-roots (#8281)Alexey Pelykh2023-02-211-3/+3
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-091-0/+3
* Bump mypy from 0.982 to 0.990 (#7769)dependabot[bot]2022-11-141-1/+1
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-051-1/+1
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...Yilei "Dolee" Yang2022-09-151-0/+1
* Turn on ``mypy`` strict mode šŸŽ‰ (#7448)DaniĆ«l van Noord2022-09-091-1/+1
* Add typing to deprecated modulesDaniƫl van Noord2022-09-091-11/+19
* Finish some unfinished typing signaturesDaniƫl van Noord2022-09-091-1/+1
* Turn on ``check-untyped-defs`` in ``mypy`` (#7407)Daniƫl van Noord2022-09-091-10/+11
* Add typing to ``unittest_config`` (#7404)Daniƫl van Noord2022-09-041-4/+12
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-011-1/+1
* Deprecate all old classes from ``optparse`` (#6338)Daniƫl van Noord2022-04-161-0/+6
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniƫl van Noord2022-04-141-1/+1
* Use ``python-typing-update`` on ``pylint/config`` directory (#6307)Daniƫl van Noord2022-04-141-3/+5
* Use ``namespace`` in ``PyLinter`` and the functional config tests (#6271)Daniƫl van Noord2022-04-121-3/+3
* Create ``_CallbackActions`` for all option callbacksDaniƫl van Noord2022-04-041-0/+2
* Fix ``confidence`` argument typeDaniƫl van Noord2022-04-021-1/+6
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniƫl van Noord2022-02-101-1/+1
* Fix ``_regexp_paths_csv_validator`` for already validated valuesDaniƫl van Noord2021-11-291-2/+6
* Activate and fix existing use-set-for-membership checks (#5379)Pierre Sassoulas2021-11-251-3/+3
* Fix typo in pylintrc for useless-suppression (#5303)Daniƫl van Noord2021-11-231-1/+0
* Add error codes to all ``type: ignore`` (#5329)Daniƫl van Noord2021-11-171-1/+1
* Make y/n validator case insensitive (#5294)Tushar Sadhwani2021-11-121-0/+2
* Normalize input of ``ignore-paths`` for all path types (#5201)Daniƫl van Noord2021-10-241-0/+18
* Fix empty regex options not converting to regexDaniƫl van Noord2021-09-291-1/+1
* [pre-commit.ci] pre-commit autoupdate (#5082)pre-commit-ci[bot]2021-09-281-1/+1
* Small py-version improvements (#5069)Marc Mueller2021-09-251-1/+3
* Add ``Consider-using-f-string`` checker (#4796)Daniƫl van Noord2021-08-301-2/+3
* Allow true / false in pylintrc (#4844)Marc Mueller2021-08-141-3/+3
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Moved stdlib module deprecation from imports checker to stdlib checker (#4454)Matus Valo2021-05-101-1/+1
* Add new extension TypingChecker (#4382)Marc Mueller2021-04-241-0/+12
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-1/+1
* Make fail under a floatPieter Engelbrecht2020-07-121-0/+1
* Fix exception causes all over the codebaseRam Rachum2020-06-141-2/+2
* Creating a file for option and helper functionsPierre Sassoulas2020-05-031-0/+163