summaryrefslogtreecommitdiff
path: root/pylint/lint
Commit message (Expand)AuthorAgeFilesLines
* Load custom plugins when linting in parallel (#8683)Jacob Walls2023-05-142-3/+11
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-242-15/+2
* Disable Info linters in definition instead of Run class (#8576)Matus Valo2023-04-142-9/+25
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-2910-22/+22
* [crash template] Link to blank issue so it's possible to copy pastePierre Sassoulas2023-03-291-4/+28
* [crash template] Add <details> tag and current headers for clearer resultPierre Sassoulas2023-03-291-6/+23
* [deprecation] 'check_single_file' replaced by 'check_single_file_item' (#8478)Pierre Sassoulas2023-03-211-10/+0
* [deprecation] Remove 'do_exit' from the 'Run' constructor (#8472)Pierre Sassoulas2023-03-211-15/+1
* Add explicit 'stack_level' keyword in Deprecation/User warningsPierre Sassoulas2023-03-212-0/+4
* [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-143-3/+4
* Clear LRU caches on pylint utilities (#8420)Jacob Walls2023-03-101-0/+2
* Remove deprecated functions and classes (#8409)Daniël van Noord2023-03-093-58/+1
* [FileState] Make Pylinter.current_name and msg_store non nullablePierre Sassoulas2023-03-083-36/+7
* [__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-082-20/+1
* Changing flake8 to have max-line-length of 115 (#8362)Ollie2023-03-021-1/+2
* Fixing some too long lines (#8339)Ollie2023-02-251-4/+8
* Support globbing patterns for source-roots (#8281)Alexey Pelykh2023-02-211-4/+5
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-096-29/+113
* Print this error the stderr instead of stdout. (#8142)Yilei "Dolee" Yang2023-01-311-1/+2
* Tighten design constraints (#8115)Nick Drozd2023-01-282-0/+2
* [style] Limit line length and complexity using flake8 (#8064)Pierre Sassoulas2023-01-161-1/+2
* [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)Pierre Sassoulas2022-12-271-1/+1
* Fix ModuleNotFoundError when using pylint_django (#7940)Daniel Harding2022-12-141-2/+2
* Avoid hanging forever after a parallel job was killed (#7834)Daniel2022-12-122-12/+18
* Fix ``no-else-return false Negative for try/except/else pattern (#7888)Dani Alcala2022-12-121-2/+2
* Add flag `--clear-cache-post-run` to support server-like usage (#7802)Jacob Walls2022-12-052-1/+14
* Enable broad-try-clause check (#7796)Nick Drozd2022-11-181-1/+1
* Deduplicate module file paths to prevent redundant scans. (#7747)Eric McDonald2022-11-182-16/+18
* 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
* Double escape to put escape character in rsttbennett02022-11-091-1/+1
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-051-1/+1
* [flake8-bugbear] Do not use a call in a function default valuePierre Sassoulas2022-11-051-3/+5
* 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-092-2/+2
* 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
* Make ``disable-next`` only consider the succeeding line (#7411)Daniël van Noord2022-09-051-5/+5
* 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
* Revert "Fix the failure to lint modules contained under an identically named ...Jacob Walls2022-08-131-4/+2
* Remove imp-specific workaroundJacob Walls2022-08-031-3/+1