summaryrefslogtreecommitdiff
path: root/pylint/lint
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the failure to lint modules contained under an identically named directoryJacob Walls2022-08-031-2/+4
* 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
* Use ``regular expression`` instead of ``regex``Daniël van Noord2022-07-071-2/+2
* doc(fail-under): rephrase description (#7102)Ville Skyttä2022-07-051-1/+1
* Update docs to explain escape character not valid (#7103)tbennett02022-07-021-1/+2
* Normalize path before checking if path should be ignored (#7080)Matus Valo2022-06-281-0/+1
* Avoid hangs on many-core Windows machines (#7035)Bruce Dawson2022-06-252-1/+5
* Update docstring to show preferred means to clear astroid cacheJacob Walls2022-06-231-1/+1
* Treat `--errors-only` as a disable, not a paired enable/disable (#6937)Jacob Walls2022-06-152-10/+7
* Mark `no-self-use` as moved to extensions (#6932)Jacob Walls2022-06-131-1/+4
* Prevent pylint.run._cpu_count() from returning 0 (#6903)Paul Lichtenberger2022-06-111-0/+7
* [bad-option-value] Add a 'useless-option-value' messagePierre Sassoulas2022-06-062-11/+33
* [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-052-10/+9
* [bad-option-value] Use the right confidence and refactor message (#6829)Pierre Sassoulas2022-06-042-6/+14
* Store namespaces respective to directories (#6789)Daniël van Noord2022-06-042-0/+37
* 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-272-0/+21