summaryrefslogtreecommitdiff
path: root/pylint/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-4/+4
* [deprecation] epylint removal for pylint 3.0.0 (#8400)Pierre Sassoulas2023-03-081-18/+0
* Deprecation following the separation of emacs related file to https://github....Pierre Sassoulas2022-11-191-0/+7
* Bump mypy from 0.982 to 0.990 (#7769)dependabot[bot]2022-11-141-1/+1
* Check for `<cwd>` before removing first item from `sys.path` in `modify_sys_p...Karthik Nadig2022-08-091-2/+3
* [API] Add run_pylint, run_epylint, run_symilar, run_pyreverse (#7184)Pierre Sassoulas2022-07-141-1/+10
* Add ``pylint-config`` commandDaniël van Noord2022-05-211-0/+10
* Finish typing of ``pylint/__init__.py``Daniël van Noord2022-04-231-4/+5
* 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`` directoryDaniël van Noord2022-04-141-5/+7
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-8/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-4/+4
* Allow passing arguments if ``epylint`` entry point is used as function (#5616)Daniël van Noord2021-12-311-2/+6
* Rename ``arguments`` to ``argv`` in entry point functions (#5619)Daniël van Noord2021-12-311-10/+10
* Allow passing arguments when entry points are used as functions (#5613)Daniël van Noord2021-12-301-8/+19
* Add modify_sys_path to __all__ in pylint APIPierre Sassoulas2021-07-291-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Better documentation on the packaging breaking changesPierre Sassoulas2021-04-251-1/+2
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-241-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Move informations that never change in the setup.pyPierre Sassoulas2021-04-051-1/+1
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-291-0/+1
* Fix regression with sys.path filter (#4258)Marc Mueller2021-03-281-5/+11
* Refactor modify sys_path for execution as python moduleMarc Mueller2021-03-051-0/+23
* Add __all__ in __init__.py so all import are usedPierre Sassoulas2020-09-221-0/+3
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+2
* Fix a typo in a JsonReporter docstringPierre Sassoulas2020-04-261-2/+0
* Do not allow ``python -m pylint ...`` to import user code (#3396)Claudiu Popa2020-02-111-4/+6
* ``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well.Claudiu Popa2019-10-091-9/+9
* Reformat the code with blackClaudiu Popa2018-09-171-0/+7
* Update copyright noticesClaudiu Popa2018-07-151-1/+2
* Don't print stacktrace on keyboard interruptNick Drozd2018-01-181-2/+5
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+4
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+2
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Remove pylint-guiClaudiu Popa2016-07-031-7/+0
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-15/+3
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+46