summaryrefslogtreecommitdiff
path: root/pylint/config
Commit message (Expand)AuthorAgeFilesLines
* Fix a false negative for ``too-many-arguments`` and positional-only and keywo...Mark Byrne2023-05-151-0/+5
* Search for pyproject.toml config file in parent dirs (#7163)Mikhail f. Shiryaev2023-04-301-1/+29
* Make sure a ``tool`` table is created in ``toml`` generation (#8638)Daniël van Noord2023-04-301-1/+4
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-242-14/+2
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-2918-36/+36
* Add explicit 'stack_level' keyword in Deprecation/User warningsPierre Sassoulas2023-03-211-0/+1
* [deprecation] ``setup.cfg``and ``tox.ini`` sections need to start by 'pylint'...Pierre Sassoulas2023-03-201-17/+6
* [deprecation] Remove the warning about the old pylint home (#8462)Pierre Sassoulas2023-03-201-3/+2
* [ruff] Add RUF specific rules and autofix (#8449)Pierre Sassoulas2023-03-141-1/+1
* Remove all old code related to ``optparse`` config parsing. (#8405)Daniël van Noord2023-03-0813-1542/+26
* [pre-commit] Transition from flake8/autoflake to ruff (#8372)Pierre Sassoulas2023-03-021-3/+4
* Changing flake8 to have max-line-length of 115 (#8362)Ollie2023-03-022-3/+5
* Support globbing pattern for input specification (#8312)Alexey Pelykh2023-03-011-2/+12
* Fixing some too long lines (#8339)Ollie2023-02-251-2/+2
* Support globbing patterns for source-roots (#8281)Alexey Pelykh2023-02-212-7/+8
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-092-0/+14
* [ruff] Disable a Star-arg unpacking in a deprecated functionPierre Sassoulas2023-02-061-1/+1
* [ruff] B904 Raise exceptions with 'raise ... from err'Pierre Sassoulas2023-02-061-1/+1
* Fix inconsistent argument exit code when argparse exit with its own error cod...David Lawson2022-12-142-4/+10
* Bump mypy from 0.982 to 0.990 (#7769)dependabot[bot]2022-11-142-3/+3
* [use-implicit-booleaness] Fix comparison to empty strings across the codebase...Pierre Sassoulas2022-11-071-1/+1
* Use new symbolic name instead of the old names (#7728)Dani Alcala2022-11-071-1/+1
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-051-1/+1
* Sort --generate-rcfile outputMarc Mueller2022-10-211-2/+5
* Fix handling of ``--`` as separator between positional args and flags (#7551)Daniël van Noord2022-10-021-2/+7
* Hotfix mypy precommit errors for colorama and typing on Windows (#7531)orSolocate2022-09-271-0/+2
* Add ``minimal`` option to ``pylint-config`` (#7489)Daniël van Noord2022-09-193-13/+30
* Accept a comma-separated list of messages IDs in ``--help-msg`` (#7490)Daniël van Noord2022-09-191-1/+5
* Provide more context in these two DeprecationWarning.Yilei Yang2022-09-161-2/+4
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...Yilei "Dolee" Yang2022-09-159-0/+38
* Turn on ``mypy`` strict mode 🎉 (#7448)Daniël van Noord2022-09-092-2/+2
* Finish typing across the codebaseDaniël van Noord2022-09-091-2/+4
* Add typing to deprecated modulesDaniël van Noord2022-09-092-38/+66
* Fix return type of ``_parse_rich_type_value``Daniël van Noord2022-09-091-1/+1
* Add ``Any`` typing to deprecated methodsDaniël van Noord2022-09-092-4/+11
* Finish some unfinished typing signaturesDaniël van Noord2022-09-094-6/+8
* Turn on ``check-untyped-defs`` in ``mypy`` (#7407)Daniël van Noord2022-09-097-25/+38
* Suppress ``OSError`` in config file discovery (#7423)Daniël van Noord2022-09-061-10/+42
* Add typing to ``unittest_config`` (#7404)Daniël van Noord2022-09-041-4/+12
* Fix crash when regex option raises a `re.error` exception. (#7228)Mark Byrne2022-07-311-2/+11
* Bump or remove some ``TODOs`` (#7141)Daniël van Noord2022-07-071-1/+2
* Fix handling of ``--`` as separator of positional arguments and flagsDaniël van Noord2022-06-301-1/+2
* Fix recognition of config files named ``setup.cfg`` (#3630) (#6577)Pierre Sassoulas2022-06-291-4/+4
* Fix handling of quoted ``init-hook`` (#7010)Daniël van Noord2022-06-231-1/+1
* Fix typo in option processingJacob Walls2022-06-231-1/+1
* Mix incorrect parsing of multi-line options in ``ini`` filesDaniël van Noord2022-06-132-2/+1
* Mark `no-self-use` as moved to extensions (#6932)Jacob Walls2022-06-131-1/+4
* [bad-option-value] Add a 'useless-option-value' messagePierre Sassoulas2022-06-061-3/+7
* [refactor] Callback for disabling or enabling option use a base classPierre Sassoulas2022-06-051-21/+34
* [refactor] Change the name of the stashed messages list in PyLinterPierre Sassoulas2022-06-052-7/+7