summaryrefslogtreecommitdiff
path: root/pylint/epylint.py
Commit message (Expand)AuthorAgeFilesLines
* Update ``pydocstringformatter`` to ``0.6.0`` (#6671)Daniël van Noord2022-05-231-1/+0
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-261-1/+1
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-1/+1
* [spelling] Capitalize emacs where it makes sensePierre Sassoulas2022-04-261-3/+3
* Remove explicit default values from overloads (#6447)Daniël van Noord2022-04-251-6/+6
* Add overloads to ``py_run``Daniël van Noord2022-04-231-1/+26
* Finish typing of ``pylint/epylint.py``Daniël van Noord2022-04-231-5/+10
* Finish typing of ``pylint/__init__.py``Daniël van Noord2022-04-231-1/+2
* 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-2/+5
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-24/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-1/+2
* Allow passing arguments if ``epylint`` entry point is used as function (#5616)Daniël van Noord2021-12-311-5/+8
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-2/+2
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-1/+1
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-2/+2
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+1
* Change some if/assign blocks to if-expressionsNick Drozd2021-08-201-8/+2
* 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
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-241-0/+1
* Enhancement #3413 ``consider-using-with`` (#4372)DudeNr332021-04-231-20/+21
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Make import from os.path more explicitPierre Sassoulas2021-03-311-8/+9
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+2
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Sets up copyrighthippo912020-08-201-1/+2
* Switch to isort 5 for pylint's own codeDamien Baty2020-08-181-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+5
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-1/+0
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-2/+0
* ``epylint.py_run`` defaults to ``python`` in case the current executable is n...Claudiu Popa2019-03-281-1/+4
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-2/+2
* Reformat the code with blackClaudiu Popa2018-09-171-15/+31
* Update copyright noticesClaudiu Popa2018-07-151-1/+5
* Remove six package usages. (#2151)Sushobhit2018-05-271-3/+2
* Fixes erroneous default arguments to epylint (#2001)Ryan McGuire2018-04-071-3/+2
* Fix shlex parsing error on Windows in epylint (#1941)thernstig2018-03-161-1/+1
* epylint: Remove incorrect docstringRadostin Stoyanov2018-03-031-6/+0
* Regenerate copyright noticesClaudiu Popa2017-12-151-0/+8
* Adding a check for ``inconsistent-return-statements`` inside function or meth...hippo912017-09-261-0/+1
* epylint: corrects msg-template object (#1311)Daniela Plascencia2017-02-081-2/+2
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-3/+6
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Use the current interpreter's epylint.lintClaudiu Popa2016-07-191-6/+7
* Run pylint from epylint using -c.Claudiu Popa2016-06-231-3/+2
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-15/+4