summaryrefslogtreecommitdiff
path: root/pylint/lint/expand_modules.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [ruff] Add RUF specific rules and autofix (#8449)Pierre Sassoulas2023-03-141-1/+1
* Remove deprecated functions and classes (#8409)Daniƫl van Noord2023-03-091-13/+0
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-091-7/+26
* Tighten design constraints (#8115)Nick Drozd2023-01-281-0/+1
* Deduplicate module file paths to prevent redundant scans. (#7747)Eric McDonald2022-11-181-14/+16
* Turn on ``mypy`` strict mode šŸŽ‰ (#7448)DaniĆ«l van Noord2022-09-091-1/+1
* Revert "Fix the failure to lint modules contained under an identically named ...Jacob Walls2022-08-131-4/+2
* Remove imp-specific workaroundJacob Walls2022-08-031-3/+1
* Fix the failure to lint modules contained under an identically named directoryJacob Walls2022-08-031-2/+4
* Normalize path before checking if path should be ignored (#7080)Matus Valo2022-06-281-0/+1
* Respect ignore configuration options when --recursive=y. (#6528)Matus Valo2022-05-131-4/+16
* Run development version of ``pydocstringformatter`` (#6469)Daniƫl van Noord2022-04-281-2/+2
* Add typing to methods of ``PyLinter`` and related functionsDaniƫl van Noord2022-04-211-1/+2
* Add some typing to ``pylint/lint`` (#6376)Daniƫl van Noord2022-04-181-4/+4
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniƫl van Noord2022-04-141-1/+1
* Use ``python-typing-update`` on ``pylint/lint`` directoryDaniƫl van Noord2022-04-141-9/+11
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-0/+4
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniƫl van Noord2022-03-131-1/+3
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniƫl van Noord2022-02-101-2/+2
* Format docstrings with ``pydocstringformatter``Daniƫl van Noord2022-01-021-1/+2
* Ignore files with name that starts like an emacs lock files (#5554)Pierre Sassoulas2021-12-201-2/+2
* Enable for_any_all check (#5206)Nick Drozd2021-10-251-4/+1
* Normalize input of ``ignore-paths`` for all path types (#5201)Daniƫl van Noord2021-10-241-1/+1
* Add typing to ``filepath`` (#4980)Daniƫl van Noord2021-09-161-3/+5
* Add `ignore-paths` to match against the full path. (#4516)Fabian Damken2021-05-271-18/+21
* Fix some LGMT errors - unreachable-statementMarc Mueller2021-04-071-1/+0
* Add comment on get_python_pathPierre Sassoulas2021-04-031-0/+2
* Factorize checks in expand_modulesPierre Sassoulas2021-04-031-5/+5
* Format docstring of expand_modulesPierre Sassoulas2021-04-031-9/+2
* Move utils.expand_module in its own file in lintPierre Sassoulas2021-04-031-0/+143