aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-18Add license, metadata, and OWNERS files.HEADndk-r26dndk-r26cndk-r26bndk-r26-rc1ndk-r26-beta1ndk-r26ndk-r25cndk-r25bndk-r25-beta4ndk-r25-beta3ndk-r25-beta2ndk-r25-beta1ndk-r25ndk-r24-rc1ndk-r24ndk-r27-releasendk-r26-releasendk-r25-releasendk-r24-releasemastermainDan Albert
2021-11-18Merge upstream tag v2.11.1.Dan Albert
2021-11-18Initial empty repositoryRoman Yepishev
2021-09-16Bump pylint to 2.11.1, update changelogPierre Sassoulas
2021-09-16Add typing for ``json_reporter`` and sub-classesDaniël van Noord
2021-09-16Fix ``unspecified-encoding`` for `Path()`Daniël van Noord
2021-09-16Move back to a dev version following 2.11.0 releasePierre Sassoulas
2021-09-16Bump pylint to 2.11.0, update changelogPierre Sassoulas
2021-09-16Add typing to ``filepath`` (#4980)Daniël van Noord
2021-09-16Add typing in ``pylint.reporters`` (#5004)Pierre Sassoulas
2021-09-16Move methods to `BaseLayout` (#5015)Daniël van Noord
2021-09-15Move PyreverseConfig to pylint.testutil (#5013)Pierre Sassoulas
2021-09-15Add typing to all calls to ``self.stats`` (#4973)Daniël van Noord
2021-09-15Remove most `typing.cast()` calls (#4995)Daniël van Noord
2021-09-15Fix PyreverseConfig imports in pyreverse's testsPierre Sassoulas
2021-09-14Change lines to lists (#5009)Daniël van Noord
2021-09-14Update CONTRIBUTORS.txtDimitri Prybysh
2021-09-14Add functional test demonstrating #4370Dimitri Prybysh
2021-09-14Fix deprecation warning for AssignAttr in tests (#5006)Pierre Sassoulas
2021-09-14Fix false positive ``unused-private-member`` for accessing attributes in a cl...yushao2
2021-09-14Make consider-iterating-dictionary consider membership check (#4997)Daniël van Noord
2021-09-14Pylint reporter cleanup (#5003)Pierre Sassoulas
2021-09-14Add tests for dataclasses (#4967)Daniël van Noord
2021-09-14Upgrade astroid to 2.8.0Pierre Sassoulas
2021-09-14Fix false negative for use-symbolic-messagePierre Sassoulas
2021-09-14[pre-commit.ci] pre-commit autoupdate (#4998)pre-commit-ci[bot]
2021-09-13Fix bad node given to a message and false positive invalide format for ``__al...Pierre Sassoulas
2021-09-13Bump sphinx from 4.1.2 to 4.2.0dependabot[bot]
2021-09-13Add typing to most reference of ``stream``Daniël van Noord
2021-09-13Type ``process_module`` and update argument namesDaniël van Noord
2021-09-11Documentation for ``pyreverse`` and ``symilar`` (#4992)Andreas Finkler
2021-09-11Make ``global-variable-not-assigned`` check local scope (#4990)Daniël van Noord
2021-09-11Fix no-self-use and docparams extension for async functions/methods (#4986)SupImDos
2021-09-10Fix bug with cache's parent directory not existing (#4988)Daniël van Noord
2021-09-08Use overload to type get_global_option (#4978)Daniël van Noord
2021-09-07fix false positive W0238 with private staticmethod used from classmethod (#4949)Kayran Schmidt
2021-09-07Make ``min-similarity-lines == 0`` stop similarity check (#4970)Daniël van Noord
2021-09-07Merge pull request #4979 from jacobtylerwalls/useless-suppression-typoAndreas Finkler
2021-09-06Fix typos in useless-suppression topicJacob Walls
2021-09-06Add additional test case - consider-using-assignment-expr (#4975)Marc Mueller
2021-09-06Update pre-commit requirement from ~=2.14 to ~=2.15 (#4974)dependabot[bot]
2021-09-06Merge pull request #4971 from cdce8p/feat_consider-using-inAndreas Finkler
2021-09-05Extend consider-using-in for attribute accessMarc Mueller
2021-09-05Remove test dependency mypy-extensions (#4969)Marc Mueller
2021-09-04Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord
2021-09-03Moved ``consider-using-f-string`` to `RecommendationChecker` (#4957)Daniël van Noord
2021-09-03Refactor various typing related issues (#4940)Daniël van Noord
2021-09-02Add test to ``superfluous-parens``Daniël van Noord
2021-09-01Remove unused ``visit_package`` functionDaniël van Noord
2021-09-01Fix false positive ``superfluous-parens`` for tuplesDaniël van Noord