summaryrefslogtreecommitdiff
path: root/pylint/checkers/imports.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-1/+1
* Remove unsecable whitespace in the whole codebasePierre Sassoulas2020-09-121-2/+2
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-6/+3
* Merge branch 'master' into bug_pylint_3468hippo912020-09-031-0/+1
|\
| * Sets up copyrighthippo912020-08-201-0/+1
* | Corrects some inconsistent-return-statements occurenceshippo912020-08-201-0/+1
|/
* Support both isort 4 and isort 5Damien Baty2020-08-181-8/+3
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+12
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-1/+0
* Pass an additional search path to modutils.modpath_from_file and friendsClaudiu Popa2020-03-121-1/+0
* import-outside-toplevel: Show full names for ImportFrom nodes (#3207)Nick Drozd2019-10-211-4/+6
* ``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well.Claudiu Popa2019-10-091-0/+1