summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Deprecate redundant type checking guard utils (#8433) (#8439)github-actions[bot]2023-03-124-22/+42
* Add Python 3.8+ `asyncSetUp` to "defining-attr-methods" list (#8403) (#8438)github-actions[bot]2023-03-111-1/+7
* Fix a crash when `TYPE_CHECKING` is used without importing it (#8435) (#8436)github-actions[bot]2023-03-111-1/+4
* Clear LRU caches on pylint utilities (#8420) (#8427)github-actions[bot]2023-03-102-1/+22
* Bump pylint to 2.17.0, update changelog (#8395)Pierre Sassoulas2023-03-073-3/+3
* Use UninferableBase instead of UninferableDaniel van Noord2023-03-0717-81/+87
* Upgrade to astroid 2.15.0 (#8387)Pierre Sassoulas2023-03-074-9/+9
* Accept values of the form ``<class name>.<attribute name>`` for the `exclude-...Mark Byrne2023-03-031-6/+17
* [pre-commit] Transition from flake8/autoflake to ruff (#8372)Pierre Sassoulas2023-03-021-3/+4
* [spelling] Ignore spelling in type/mypy type ignore comments (#8370)Pierre Sassoulas2023-03-021-19/+4
* Changing flake8 to have max-line-length of 115 (#8362)Ollie2023-03-0210-12/+27
* Refactor the `_check_protected_attribute_access` method to reduce indentation...Mark Byrne2023-03-011-67/+69
* Support globbing pattern for input specification (#8312)Alexey Pelykh2023-03-011-2/+12
* [spelling checker] Better help message and code organization (#8338)Pierre Sassoulas2023-02-271-17/+35
* Prevent emitting ``invalid-name`` on 'global' redefinition (#8337)Mark Byrne2023-02-271-5/+0
* Add ``invalid-name`` check for ``TypeAlias`` names (#7116)Daniƫl van Noord2023-02-265-22/+61
* Add new checker `bad-chained-comparison` (#7990)Zen Lee2023-02-261-0/+61
* Add new check "implicit-flag-alias" (#8345)James Addison2023-02-261-8/+58
* Fixing some too long lines (#8339)Ollie2023-02-2510-28/+51
* [doc] Add an example for 'non-ascii-file-name' (#8340)Pierre Sassoulas2023-02-251-13/+5
* Only count obviously non-terminating while-loops as return-ended (#8292)Nick Drozd2023-02-231-3/+6
* "Message emitted" improvements caused issuesStavros Ntentos2023-02-221-1/+1
* Support globbing patterns for source-roots (#8281)Alexey Pelykh2023-02-214-15/+17
* Don't clear the FunctionalTestReporter.messages after each fileDaniel van Noord2023-02-201-3/+0
* Fix invalid type false positive (#8206)Nick Drozd2023-02-142-1/+15
* [typing] Use __future__ annotations where possible (#8264)Pierre Sassoulas2023-02-121-1/+1
* Fix FP for used-before-assignment with assignment expressions in containers (...Jacob Walls2023-02-111-18/+19
* Add ``--version`` option to pyreverse (#8257)Andreas Finkler2023-02-101-0/+6
* Fix `used-before-assignment` false positive for walrus operator in dictionary...Zen Lee2023-02-101-0/+5
* Add `--color-palette` option to `pyreverse` (#8223)Andreas Finkler2023-02-093-21/+37
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-0910-32/+152
* Fix `nested-min-max` output msg for sequences (#8234)Dani Alcala2023-02-081-1/+22
* Add import-based submodule detection for preferred-modules (#8186)Dave Bunten2023-02-081-2/+12
* Minor refactor to 'is_defined' (#8243)Zen Lee2023-02-081-7/+5
* Fix `used-before-assignment` false positive for TYPE_CHECKING if/elif/else us...Zen Lee2023-02-072-18/+61
* Fix no-name-in-module when variable is same as module name (#8169)Dani Alcala2023-02-071-1/+1
* Fix crash when an attribute node was used inside an unary op (#8209)Pierre Sassoulas2023-02-071-2/+5
* [pre-commit.ci] pre-commit autoupdate (#8208)pre-commit-ci[bot]2023-02-071-1/+0
* [doc] Use the real URL address of pylint's read the doc projectPierre Sassoulas2023-02-061-2/+2
* [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
* [ruff] Autofix 'not x in iterator' => 'x not in iterator'Pierre Sassoulas2023-02-061-1/+1
* [ruff] Fix E741 Ambiguous variable name: 'l'Pierre Sassoulas2023-02-061-1/+1
* [primer --prepare clone] Create a function for each actionPierre Sassoulas2023-02-061-23/+25
* [primer --prepare clone] Better error message in case of crashPierre Sassoulas2023-02-061-3/+12
* Fix a false negative for 'missing-parentheses-for-call-in-test'Pierre Sassoulas2023-02-051-13/+10
* Fix grammatical error in explanation of `global-statement (W0603)` (#8108)R. N. West2023-02-021-3/+3
* [crash] Fix crashes on python interpreter < 3.9 (#8163)Pierre Sassoulas2023-02-021-1/+1
* Update docs for `global-variable-not-assigned` (#8151)Dani Alcala2023-02-011-6/+17
* Bump pylint to 2.17.0-dev0, update changelogMarc Mueller2023-02-011-1/+1