summaryrefslogtreecommitdiff
path: root/tests/lint/unittest_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
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-091-0/+3
* Fix inconsistent argument exit code when argparse exit with its own error cod...David Lawson2022-12-141-0/+9
* Deduplicate module file paths to prevent redundant scans. (#7747)Eric McDonald2022-11-181-18/+63
* Finish unfinished typing in non core directories (#7443)Daniël van Noord2022-09-091-3/+7
* Turn on ``check-untyped-defs`` in ``mypy`` (#7407)Daniël van Noord2022-09-091-2/+4
* Revert "Do not append namespace packages to sys.path (#6405)" (#6548)Pierre Sassoulas2022-05-091-8/+0
* Move caching to pylint.lint from pylint.config and deprecate (#6468)Pierre Sassoulas2022-05-051-0/+9
* Do not append namespace packages to sys.path (#6405)Daniël van Noord2022-05-021-0/+9
* Add typing to ``BaseChecker`` ``msgs`` and ``reports`` (#6456)Daniël van Noord2022-04-251-1/+2
* Deprecate ``get_global_option``Daniël van Noord2022-04-151-3/+2
* Use ``python-typing-update`` on second half of the ``tests`` directoryDaniël van Noord2022-04-141-3/+4
* Handle missing keys in option dictionariesDaniël van Noord2022-04-111-1/+1
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-2/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-4/+4
* Fix unexpected types used in 'get_global_option' (#5555)Pierre Sassoulas2021-12-201-1/+1
* Normalize input of ``ignore-paths`` for all path types (#5201)Daniël van Noord2021-10-241-34/+70
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-2/+2
* Permit to lint to the end in case of crash on a file (#4810)Pierre Sassoulas2021-08-121-1/+22
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Add `ignore-paths` to match against the full path. (#4516)Fabian Damken2021-05-271-11/+23
* tests: Sort for comparison in test_expand_modulesStanislav Levin2021-04-281-0/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Fix paths under windows with better path creationPierre Sassoulas2021-04-031-4/+4
* Add very basic tests for expand modulesPierre Sassoulas2021-04-031-1/+58
* Move utils.expand_module in its own file in lintPierre Sassoulas2021-04-031-0/+19