summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move the find_pylintrc function in find_default_config_files.pymove-env-help-to-the-logical-placePierre Sassoulas2021-10-252-11/+14
* Create a OLD_DEFAULT_PYLINT_HOME constantsPierre Sassoulas2021-10-254-7/+12
* Create a DEFAULT_PYLINT_HOME constant and upgrade help textPierre Sassoulas2021-10-253-7/+8
* Put the environnement help directly where it makes sensePierre Sassoulas2021-10-252-13/+15
* Use backticks for any-all suggestion (#5207)Nick Drozd2021-10-253-8/+16
* Enable for_any_all check (#5206)Nick Drozd2021-10-2512-96/+54
* Add ``mixin-class-rgx`` option (#5203)Daniël van Noord2021-10-2512-15/+118
* Add extension checker that suggests any/all statements from for loops (#5196)Arianna Y2021-10-259-0/+404
* Normalize input of ``ignore-paths`` for all path types (#5201)Daniël van Noord2021-10-248-43/+166
* Fix regression for ``_is_only_type_assignment`` (#5163)Daniël van Noord2021-10-236-43/+142
* Make ``used-before-assignment`` consider classes in method annotation and def...Daniël van Noord2021-10-2310-10/+126
* Fix use-implicit-booleaness-not-comparison crash (#5176)Jaehoon Hwang2021-10-235-58/+114
* Fix test decorator for `PyLinter` options (#5195)Daniël van Noord2021-10-222-5/+18
* PR #5157 followup (#5192)Nick Pesce2021-10-211-10/+10
* Fix useless-super-delegation false positive when default keyword argument is ...Nick Pesce2021-10-196-76/+70
* Fix double emitting of ``not-callable`` on inferrable ``properties``Daniël van Noord2021-10-195-9/+29
* Fix asterisks parsing of ``mising-param-doc`` (#5175)Daniël van Noord2021-10-187-19/+65
* Make ``undefined-variable`` check line numbers of metaclass parametersDaniël van Noord2021-10-185-6/+34
* Add test for #4021Daniël van Noord2021-10-182-8/+21
* Bump types-toml from 0.10.0 to 0.10.1 (#5182)dependabot[bot]2021-10-181-1/+1
* Update tbump requirement from ~=6.4.1 to ~=6.5.0 (#5181)dependabot[bot]2021-10-181-1/+1
* Bump actions/checkout from 2.3.4 to 2.3.5 (#5180)dependabot[bot]2021-10-183-13/+13
* Refactor Variable checker to use less argument in function (#5167)Pierre Sassoulas2021-10-171-47/+50
* Add an exception at install for python < 3.6.2 (#5171)Pierre Sassoulas2021-10-171-0/+17
* Async context manager typo (#5164)Youngsoo Sung2021-10-172-1/+3
* Fix ``missing-function-docstring`` not checking ``__init__`` (#5147)Daniël van Noord2021-10-174-1/+52
* Merge ``MessagesHandlerMixIn`` into ``PyLinter`` (#5136)Daniël van Noord2021-10-176-156/+179
* Upgrade astroid version to 2.8.3Pierre Sassoulas2021-10-172-2/+2
* Fix ``relative-beyond-top-level`` false positiveDaniël van Noord2021-10-1717-0/+64
* pyreverse - Add project modules to sys.path (#4856)Mark Byrne2021-10-175-27/+57
* From Python 3.8 onwards classes inheriting from dict are reversible (#5169)Tim Martin2021-10-177-12/+37
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-1719-64/+384
* Consider Enums when checking for duplicate dictionary keys (#5155)jaydesl2021-10-165-6/+31
* Fix py-version usage in typing extension tests (#5161)Marc Mueller2021-10-156-8/+8
* Use py-version for alternative union syntax check (#5160)Marc Mueller2021-10-156-5/+17
* Make ``undefined-variable`` flag type annotation without value assignment (#5...Daniël van Noord2021-10-155-32/+96
* Improve documentation of ``docparams`` extension and fix tests (#5095)Daniël van Noord2021-10-142-1/+86
* Use ``MessageLocationTuple`` in ``_add_one_message``Daniël van Noord2021-10-131-2/+4
* Create new ``UnsupportedVersionChecker`` checker class (#5148)Daniël van Noord2021-10-134-17/+59
* [pre-commit.ci] pre-commit autoupdate (#5145)pre-commit-ci[bot]2021-10-121-2/+2
* Bump flake8 from 3.9.2 to 4.0.1 (#5142)dependabot[bot]2021-10-111-1/+1
* Update tbump requirement from ~=6.4.0 to ~=6.4.1 (#5143)dependabot[bot]2021-10-111-1/+1
* Bump python-docs-theme from 2021.8 to 2021.11.1 (#5141)dependabot[bot]2021-10-111-1/+1
* Add ``using-f-string-in-unsupported-version`` checker (#5139)Daniël van Noord2021-10-116-0/+31
* Remove calls to ``os.linesep`` and add misc. typingDaniël van Noord2021-10-102-4/+4
* Properly identify undocumented parameters and add new message called missing-...Konstantina Saketou2021-10-1012-33/+199
* Move message adding functions from ``MessagesHandlerMixIn``Daniël van Noord2021-10-103-208/+226
* Add checkers for typing.final for Python version 3.8 or later (#5133)Mark Byrne2021-10-109-0/+86
* Rename `len-as-condition` to `use-implicit-booleaness-not-len` (#5132)Jaehoon Hwang2021-10-109-67/+89
* Add support for `ModuleNotFoundError` Python 3.6+ builtin-exception (#5106)Samuel FORESTIER2021-10-097-14/+49