summaryrefslogtreecommitdiff
path: root/pylint/lint/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Remove deprecated functions and classes (#8409)Daniël van Noord2023-03-091-8/+1
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-091-1/+10
* Fix pylint.config's caching deprecation (#6516)Pierre Sassoulas2022-05-061-0/+3
* Move preprocessing of arguments into ``config`` directoryDaniël van Noord2022-04-041-7/+2
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-58/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+2
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* check_parallel| Fixups imports after file-moveFrank Harrison2020-10-191-1/+1
* Add __all__ in __init__.py so all import are usedPierre Sassoulas2020-09-221-0/+13
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-6/+21
* [lint package refactor] Create a file for the Run classPierre Sassoulas2020-04-261-407/+1
* [lint package refactor] Create a file for pylinterPierre Sassoulas2020-04-261-1170/+3
* [lint package refactor] Create a file for check_parallelPierre Sassoulas2020-04-261-104/+2
* [lint package refactor] Create a file for the utility functionsPierre Sassoulas2020-04-261-72/+6
* [lint package refactor] Create a file for the report functionsPierre Sassoulas2020-04-261-72/+5
* Refactor - Move the content of lint.py in its own packagePierre Sassoulas2020-04-261-0/+1884