summaryrefslogtreecommitdiff
path: root/pylint/lint/pylinter.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-7/+1
* Disable Info linters in definition instead of Run class (#8576)Matus Valo2023-04-141-6/+25
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [deprecation] 'check_single_file' replaced by 'check_single_file_item' (#8478)Pierre Sassoulas2023-03-211-10/+0
* [mypy] Remove some useless assertions in pylint 3.0 (#8467)Pierre Sassoulas2023-03-201-13/+2
* [deprecation] 'Pylinter.check' now takes sequence of str only (#8463)Pierre Sassoulas2023-03-201-16/+5
* [ruff] Add RUF specific rules and autofix (#8449)Pierre Sassoulas2023-03-141-1/+2
* [FileState] Make Pylinter.current_name and msg_store non nullablePierre Sassoulas2023-03-081-21/+3
* [__implements__] Remove everything related to the rejected PEP245 (#8404)Pierre Sassoulas2023-03-081-32/+0
* Remove all old code related to ``optparse`` config parsing. (#8405)Daniël van Noord2023-03-081-19/+0
* Fixing some too long lines (#8339)Ollie2023-02-251-4/+8
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-091-7/+21
* [style] Limit line length and complexity using flake8 (#8064)Pierre Sassoulas2023-01-161-1/+2
* Fix ModuleNotFoundError when using pylint_django (#7940)Daniel Harding2022-12-141-2/+2
* Fix ``no-else-return false Negative for try/except/else pattern (#7888)Dani Alcala2022-12-121-2/+2
* Deduplicate module file paths to prevent redundant scans. (#7747)Eric McDonald2022-11-181-2/+2
* Bump mypy from 0.982 to 0.990 (#7769)dependabot[bot]2022-11-141-1/+1
* Avoid deprecation warning in internal use of `may_be_emitted` (#7746)Jacob Walls2022-11-111-12/+13
* Add default_enabled option to optional message dict (#7629)Marc Mueller2022-10-251-0/+3
* Swap plugin cache to pickle-able values when done (#7640)Drummond Ogilvie2022-10-201-2/+10
* Use 'py-version' when accounting for max/min version of checker (#7580)Dani Alcala2022-10-131-1/+1
* Raise ``syntax-error`` correctly on invalid encodings (#7553)Daniël van Noord2022-10-021-1/+4
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...Yilei "Dolee" Yang2022-09-151-0/+5
* Turn on ``mypy`` strict mode 🎉 (#7448)Daniël van Noord2022-09-091-1/+1
* Finish typing across the codebaseDaniël van Noord2022-09-091-3/+1
* Add more cases that emit bad-plugin-value (#7284)Drummond Ogilvie2022-09-071-12/+27
* Do not lint ignored file on stdin (#7220)Christoph Blessing2022-09-031-6/+11
* Refactor check() (#7288)Daniël van Noord2022-08-171-36/+100
* Refactors related to separating ast creating and linting (#7286)Daniël van Noord2022-08-141-9/+21
* Fix sys.path pollution in parallel mode (#7247)Jacob Walls2022-07-311-1/+3
* [syntax-error] Fix a crash when the line and column can't be retrieved (#7097)Pierre Sassoulas2022-07-301-5/+6
* Update `astroid` to 2.12 (#7153)Jacob Walls2022-07-131-1/+0
* Prevent appending distinct crash reports together that occur in the same hour...Jacob Walls2022-07-101-1/+1
* Update docstring to show preferred means to clear astroid cacheJacob Walls2022-06-231-1/+1
* [bad-option-value] Add a 'useless-option-value' messagePierre Sassoulas2022-06-061-9/+23
* [refactor] Callback for disabling or enabling option use a base classPierre Sassoulas2022-06-051-4/+3
* [refactor] Change the name of the stashed messages list in PyLinterPierre Sassoulas2022-06-051-4/+4
* [bad-option-value] Use the right confidence and refactor message (#6829)Pierre Sassoulas2022-06-041-4/+9
* Store namespaces respective to directories (#6789)Daniël van Noord2022-06-041-0/+24
* Reraise failures in astroid as `AstroidError`Jacob Walls2022-05-301-1/+5
* Allow disabling `bad-option-value` and `unrecognized-option` with `--disable=...Jacob Walls2022-05-271-0/+9
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-231-3/+6
* Respect ignore configuration options when --recursive=y. (#6528)Matus Valo2022-05-131-3/+12
* Fix disabling of ``bad-option-value`` (#6556)Daniël van Noord2022-05-091-2/+0
* Pass ``msg_store`` and ``node`` to ``FileState`` (#6558)Daniël van Noord2022-05-091-9/+14
* Move ``process_tokens`` to ``_MessageStateHandler`` (#6546)Daniël van Noord2022-05-081-97/+4
* Move all public methods to ``_MessageStateHandler`` (#6545)Daniël van Noord2022-05-081-174/+2
* Create ``_MessageStateHandler`` and move all private methodsDaniël van Noord2022-05-081-115/+3
* Make the scope of ``PyLinter`` messages explicitDaniël van Noord2022-05-071-2/+27
* Fix pylint.config's caching deprecation (#6516)Pierre Sassoulas2022-05-061-4/+5