summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix decorator for when option is not from ``PyLinter``DanielNoord-patch-1Daniël van Noord2021-10-212-5/+18
* Fix test decorator for `PyLinter` optionsDaniël van Noord2021-10-211-1/+1
* 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
* Reorganize regression tests (#5130)Marc Mueller2021-10-084-2/+1
* Add test for typing alias in isinstance calls (#5089)Marc Mueller2021-10-073-0/+33
* Fix false-negative with typing.Type + typing.Callable aliases (#5090)Marc Mueller2021-10-077-28/+66
* Move docs helper functions out of ``MessagesHandlerMixIn``Daniël van Noord2021-10-076-69/+87
* Move staticmethods out of MessagesHandlerMixIn (#5123)Daniël van Noord2021-10-073-36/+34
* Add test for crash on Compare node inference (#5057)Daniël van Noord2021-10-073-1/+15
* Add tests for ClassDef inference regression (#5037)Daniël van Noord2021-10-073-0/+38
* Update astroid to 2.8.2 (#5126)Marc Mueller2021-10-072-2/+2
* Prepare imports of ``MessagesHandlerMixIn`` for merge with ``PyLinter`` (#5125)Daniël van Noord2021-10-071-19/+16
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-0724-415/+734
* Add guard helper functions from astroid (#5122)Marc Mueller2021-10-074-17/+114
* Fix return type checkers calls on ellipses functions (#5107)Daniël van Noord2021-10-064-1/+64