summaryrefslogtreecommitdiff
path: root/pylint/checkers/imports.py
Commit message (Expand)AuthorAgeFilesLines
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-1/+3
* Fix disabling of ``ungrouped-imports`` (#5903)Daniël van Noord2022-03-121-4/+4
* Correct type annotation of ImportsChecker.dependencies_statJacob Walls2022-03-101-1/+1
* Removed unused detection of site-packages directory (#5874)Jacob Walls2022-03-081-29/+0
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-23/+23
* [pre-commit.ci] pre-commit autoupdate (#5758)pre-commit-ci[bot]2022-02-011-1/+1
* Fix false positive ``super-init-not-called`` for inherited ``init`` (#5698)Daniël van Noord2022-01-241-3/+1
* Add ``future=True`` to all ``NodeNG.frame`` calls (#5621)Daniël van Noord2022-01-101-1/+1
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-5/+6
* Bump pylint to 2.12.2, update changelogv2.12.2Pierre Sassoulas2021-12-031-1/+1
* Activate and fix existing use-set-for-membership checks (#5379)Pierre Sassoulas2021-11-251-1/+1
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+1
* Unify all `<y or n>` metavars in option's help (#5229)Tushar Sadhwani2021-10-291-2/+2
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-071-12/+10
* Add guard helper functions from astroid (#5122)Marc Mueller2021-10-071-2/+3
* Add ``no-implicit-optional`` flag to ``mypy`` (#5075)Daniël van Noord2021-09-261-2/+2
* Fix ``useless-suppression`` for ``wrong-import-order`` (#5063)Daniël van Noord2021-09-231-6/+21
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Add typing in ``pylint.reporters`` (#5004)Pierre Sassoulas2021-09-161-1/+1
* Move methods to `BaseLayout` (#5015)Daniël van Noord2021-09-161-2/+4
* Add typing to all calls to ``self.stats`` (#4973)Daniël van Noord2021-09-151-4/+4
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-10/+15
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-12/+10
* Bump pylint to 2.10.2-dev0, update changelogAshley Whetter2021-08-201-1/+1
* Bump pylint to 2.10.1, update changelogv2.10.1Ashley Whetter2021-08-201-1/+1
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-1/+1
* Change some if/assign blocks to if-expressionsNick Drozd2021-08-201-8/+2
* Use alias for astroid.nodes 02 (#4863)Marc Mueller2021-08-181-30/+30
* Bump pylint to 2.9.4, update changelogv2.9.4Pierre Sassoulas2021-07-201-1/+2
* Ignore import errors if in guarded import block (#4702)Marc Mueller2021-07-191-18/+16
* Fix cyclic import with TYPE_CHECKING (#4703)Marc Mueller2021-07-191-2/+11
* Clarify consider-using-from-import documentationWill Shanks2021-07-101-3/+3
* Use absolute import qualified module name for deprecated module check (#4678)Matus Valo2021-07-061-19/+2
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-1/+2
* Implemented new check consider-using-from-import (#4491)yushao22021-05-231-11/+25
* Add sys.version_info guard to import-error (#4468)Marc Mueller2021-05-121-0/+13
* Moved stdlib module deprecation from imports checker to stdlib checker (#4454)Matus Valo2021-05-101-1/+1
* Update copyrite noticev2.8.2Pierre Sassoulas2021-04-261-0/+1
* Changes after black updateMarc Mueller2021-04-261-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-291-0/+3
* Fix various problems with --import-graph filename parsing (#4259)Andrew Howe2021-03-291-16/+19
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-281-6/+6
* Move deprecated module checker to DeprecatedMixin (#4225)Matus Valo2021-03-171-12/+10
* Remove 'whitelist' term in imports checkerPeter Kolbus2021-03-091-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+2
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-6/+6
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0