| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910) | Daniël van Noord | 2022-03-13 | 1 | -1/+3 |
* | Fix disabling of ``ungrouped-imports`` (#5903) | Daniël van Noord | 2022-03-12 | 1 | -4/+4 |
* | Correct type annotation of ImportsChecker.dependencies_stat | Jacob Walls | 2022-03-10 | 1 | -1/+1 |
* | Removed unused detection of site-packages directory (#5874) | Jacob Walls | 2022-03-08 | 1 | -29/+0 |
* | Update ``pydocstringformatter`` to 0.4.0 (#5787) | Daniël van Noord | 2022-02-10 | 1 | -23/+23 |
* | [pre-commit.ci] pre-commit autoupdate (#5758) | pre-commit-ci[bot] | 2022-02-01 | 1 | -1/+1 |
* | Fix false positive ``super-init-not-called`` for inherited ``init`` (#5698) | Daniël van Noord | 2022-01-24 | 1 | -3/+1 |
* | Add ``future=True`` to all ``NodeNG.frame`` calls (#5621) | Daniël van Noord | 2022-01-10 | 1 | -1/+1 |
* | Add typing and uniformize the checker registering in Pylinter (#5558) | Pierre Sassoulas | 2021-12-27 | 1 | -5/+6 |
* | Bump pylint to 2.12.2, update changelogv2.12.2 | Pierre Sassoulas | 2021-12-03 | 1 | -1/+1 |
* | Activate and fix existing use-set-for-membership checks (#5379) | Pierre Sassoulas | 2021-11-25 | 1 | -1/+1 |
* | Bump pylint to 2.12.0, update changelogv2.12.0 | Pierre Sassoulas | 2021-11-25 | 1 | -0/+1 |
* | Unify all `<y or n>` metavars in option's help (#5229) | Tushar Sadhwani | 2021-10-29 | 1 | -2/+2 |
* | Refactor ``LinterStats`` (#5074) | Daniël van Noord | 2021-10-07 | 1 | -12/+10 |
* | Add guard helper functions from astroid (#5122) | Marc Mueller | 2021-10-07 | 1 | -2/+3 |
* | Add ``no-implicit-optional`` flag to ``mypy`` (#5075) | Daniël van Noord | 2021-09-26 | 1 | -2/+2 |
* | Fix ``useless-suppression`` for ``wrong-import-order`` (#5063) | Daniël van Noord | 2021-09-23 | 1 | -6/+21 |
* | Bump pylint to 2.11.0, update changelogv2.11.0 | Pierre Sassoulas | 2021-09-16 | 1 | -0/+1 |
* | Add typing in ``pylint.reporters`` (#5004) | Pierre Sassoulas | 2021-09-16 | 1 | -1/+1 |
* | Move methods to `BaseLayout` (#5015) | Daniël van Noord | 2021-09-16 | 1 | -2/+4 |
* | Add typing to all calls to ``self.stats`` (#4973) | Daniël van Noord | 2021-09-15 | 1 | -4/+4 |
* | Refactor various typing related issues (#4940) | Daniël van Noord | 2021-09-03 | 1 | -10/+15 |
* | Add ``Consider-using-f-string`` checker (#4796) | Daniël van Noord | 2021-08-30 | 1 | -12/+10 |
* | Bump pylint to 2.10.2-dev0, update changelog | Ashley Whetter | 2021-08-20 | 1 | -1/+1 |
* | Bump pylint to 2.10.1, update changelogv2.10.1 | Ashley Whetter | 2021-08-20 | 1 | -1/+1 |
* | Bump pylint to 2.10.0, update changelogv2.10.0 | Pierre Sassoulas | 2021-08-20 | 1 | -1/+1 |
* | Change some if/assign blocks to if-expressions | Nick Drozd | 2021-08-20 | 1 | -8/+2 |
* | Use alias for astroid.nodes 02 (#4863) | Marc Mueller | 2021-08-18 | 1 | -30/+30 |
* | Bump pylint to 2.9.4, update changelogv2.9.4 | Pierre Sassoulas | 2021-07-20 | 1 | -1/+2 |
* | Ignore import errors if in guarded import block (#4702) | Marc Mueller | 2021-07-19 | 1 | -18/+16 |
* | Fix cyclic import with TYPE_CHECKING (#4703) | Marc Mueller | 2021-07-19 | 1 | -2/+11 |
* | Clarify consider-using-from-import documentation | Will Shanks | 2021-07-10 | 1 | -3/+3 |
* | Use absolute import qualified module name for deprecated module check (#4678) | Matus Valo | 2021-07-06 | 1 | -19/+2 |
* | Bump pylint to 2.9.3, update changelogv2.9.3 | Pierre Sassoulas | 2021-07-01 | 1 | -1/+1 |
* | Fix copyright links (#4647) | Marc Mueller | 2021-07-01 | 1 | -1/+1 |
* | Bump pylint to 2.9.0-dev1, update changelog | Pierre Sassoulas | 2021-06-17 | 1 | -1/+2 |
* | Implemented new check consider-using-from-import (#4491) | yushao2 | 2021-05-23 | 1 | -11/+25 |
* | Add sys.version_info guard to import-error (#4468) | Marc Mueller | 2021-05-12 | 1 | -0/+13 |
* | Moved stdlib module deprecation from imports checker to stdlib checker (#4454) | Matus Valo | 2021-05-10 | 1 | -1/+1 |
* | Update copyrite noticev2.8.2 | Pierre Sassoulas | 2021-04-26 | 1 | -0/+1 |
* | Changes after black update | Marc Mueller | 2021-04-26 | 1 | -1/+1 |
* | Rename copying to license and upgrade the setup.cfg (#4338) | Pierre Sassoulas | 2021-04-11 | 1 | -1/+1 |
* | Prepare 2.7.3 release (#4261)pylint-2.7.32.7 | Pierre Sassoulas | 2021-03-29 | 1 | -0/+3 |
* | Fix various problems with --import-graph filename parsing (#4259) | Andrew Howe | 2021-03-29 | 1 | -16/+19 |
* | Import astroid with import x or from x import y but not both | Pierre Sassoulas | 2021-03-28 | 1 | -6/+6 |
* | Move deprecated module checker to DeprecatedMixin (#4225) | Matus Valo | 2021-03-17 | 1 | -12/+10 |
* | Remove 'whitelist' term in imports checker | Peter Kolbus | 2021-03-09 | 1 | -1/+1 |
* | Apply copyrite --contribution-threshold | Pierre Sassoulas | 2021-02-21 | 1 | -2/+2 |
* | Move from % string formatting syntax to f-string or .format() | Pierre Sassoulas | 2021-02-21 | 1 | -6/+6 |
* | Remove the # coding, since PEP3120 the default is UTF8 | Pierre Sassoulas | 2021-02-21 | 1 | -1/+0 |