summaryrefslogtreecommitdiff
path: root/pylint/checkers/imports.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-5/+1
* Handle patterns in ignored-modules when checking for no-name-in-module (#7579)Daniel Mouritzen2023-04-031-17/+5
* Don't use removed function from ``astroid`` (#8525)Daniël van Noord2023-04-011-5/+11
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Fix incorrect preferred-modules matchesDaniël van Noord2023-03-211-1/+9
* Deprecate redundant type checking guard utils (#8433)Jacob Walls2023-03-121-14/+15
* Upgrade to astroid 2.15.0 (#8387)Pierre Sassoulas2023-03-071-1/+1
* Add import-based submodule detection for preferred-modules (#8186)Dave Bunten2023-02-081-2/+12
* [crash] Fix crashes on python interpreter < 3.9 (#8163)Pierre Sassoulas2023-02-021-1/+1
* Tighten design constraints (#8115)Nick Drozd2023-01-281-0/+1
* Add `--allow-reexport-from-package` option (#8124)Marc Mueller2023-01-281-2/+20
* Clearer ``reimported`` and new ``shadowed-import`` messages for aliased impor...Dani Alcala2022-11-301-9/+30
* Add additional stdlib deprecations (#7664)Jacob Walls2022-10-231-1/+1
* Add deprecated mailcap module (#7466)Dani Alcala2022-09-161-0/+1
* Finish typing across the codebaseDaniël van Noord2022-09-091-8/+16
* Turn on ``check-untyped-defs`` in ``mypy`` (#7407)Daniël van Noord2022-09-091-16/+21
* [syntax-error] Fix a crash when the line and column can't be retrieved (#7097)Pierre Sassoulas2022-07-301-3/+4
* Partial typing of ``imports.py`` (#6982)Daniël van Noord2022-07-131-33/+75
* Update `astroid` to 2.12 (#7153)Jacob Walls2022-07-131-1/+3
* Add whitespace/punctuation to some message descriptions (#7009)Julthep Nandakwang2022-06-231-8/+8
* Add support of sharing message in multiple checkers. Fix DeprecatedChecker ex...Matus Valo2022-06-161-2/+1
* Reraise failures in astroid as `AstroidError`Jacob Walls2022-05-301-1/+3
* Remove duplicate message definitionsDaniël van Noord2022-05-051-5/+1
* Create a path type of argument that automatically expand user/var (#6494)Pierre Sassoulas2022-05-031-3/+3
* Avoid reporting useless-suppression on wrong-import-position (#5219) (#6347)Tim Martin2022-05-031-5/+10
* Run development version of ``pydocstringformatter`` (#6469)Daniël van Noord2022-04-281-4/+4
* Add typing to ``BaseChecker`` ``msgs`` and ``reports`` (#6456)Daniël van Noord2022-04-251-1/+2
* Add python 3.11 deprecations from stdlib (#6453)Jacob Walls2022-04-251-1/+24
* Improve wording on W0402 message (#6387)omarandlorraine2022-04-201-2/+2
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-3/+0
* Fix enabling `deprecated-module` after `disable=all` (#6360)Jacob Walls2022-04-181-3/+24
* Remove pointless ``check_messages`` decorators (#6353)Andreas Finkler2022-04-171-4/+0
* Deprecate ``get_global_option``Daniël van Noord2022-04-151-2/+2
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-12/+12
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-15/+15
* Move general options to ``PyLinter`` from individual checkers (#6291)Daniël van Noord2022-04-131-13/+0
* Remove the ``future_option_parsing`` keyword (#6253)Daniël van Noord2022-04-111-1/+1
* Use the ``argparse`` config handler in ``imports.py``Daniël van Noord2022-04-021-16/+17
* Remove the concept of checker priority (#6034)Daniël van Noord2022-04-011-1/+0
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-44/+1
* 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