summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add pre-commit CI in continuous integration (#4423)masterPierre Sassoulas2021-04-301-0/+4
| | | * Add pre-commit CI in continuous integration
* Revert "Logo visible in readme using RST syntax"Pierre Sassoulas2021-04-261-7/+2
| | | | | This reverts commit 3209c4f89ab3c4608b500adc7466fe8462763ab4. See https://github.com/PyCQA/pylint/commit/3209c4f89ab3c4608b500adc7466fe8462763ab4#r50028074
* Logo visible in readme using RST syntaxPierre Sassoulas2021-04-261-2/+7
|
* Fix link to the logo in README.rstPierre Sassoulas2021-04-261-2/+2
|
* Fix image link in readmeMarc Mueller2021-04-251-1/+1
|
* Use absolute URIs in readmeMarc Mueller2021-04-251-4/+4
|
* Update readme badgeMarc Mueller2021-02-281-6/+2
|
* Add pytest-benchmark info in the readme (#4073)Pierre Sassoulas2021-02-071-2/+3
|
* Remove unsecable whitespace in the whole codebasePierre Sassoulas2020-09-121-1/+1
|
* Corrects syntax error that prevent upload to pypihippo912020-08-211-1/+1
|
* Chore: use https links (#3679)谭九鼎2020-06-111-4/+4
|
* Adjut the wording to be less opinionated and mention the editable installClaudiu Popa2019-08-191-4/+17
|
* [Readme] Add information on how to launch tests fast (#3040)Pierre Sassoulas2019-08-191-0/+23
|
* Add Tidelift informationClaudiu Popa2019-03-201-3/+19
|
* Relicense the logo as CC-BY-SA-4.0 (#2786)David Douard2019-03-051-1/+14
| | | and add the original svg file as well.
* Update the README's testing section (#2785)David Douard2019-03-041-1/+1
| | | use a decent python version as tox cmd line example.
* Update README.rst (#2580)Stephen Longofono2018-11-061-1/+4
| | | As given, the install instructions gather a version of PyLint which does not support all the features of Python 3.6. For example, as of 11/3/2018, f-strings are not supported, and pyreverse3 will fail reporting a syntax error. After running upgrade as prescribed in the new instructions, this problem is solved.
* New tagline! Many thanks to whomever said it, it came my way through DRMacIverClaudiu Popa2018-09-191-0/+6
|
* Add black badgeClaudiu Popa2018-09-171-0/+3
|
* Update the README with some improvements; also fix the line endingsClaudiu Popa2018-08-221-81/+92
|
* Remove a couple of Python 2 specific checksNatalie Serebryakova2018-08-151-2/+0
| | | | | | | | The Removed Python 2 specific checks are: deprecated-lambda, nonstandard-exception, lowercase-l-suffix, slots-on-old-class, super-on-old-class, property-on-old-class, old-style-class. Close #1896
* Remove old noteClaudiu Popa2018-07-151-6/+0
|
* Use code block for preview release (#2257)Steven M. Vascellaro2018-07-051-2/+2
|
* Add note about prerelease in readme and github template (#2248)Bryce Guinta2018-07-041-0/+8
| | | | | | * Add note about preview release in github template * Add note about preview release supporting 3.7 in readme
* Update links in readme.rst to http://pylint.pycqa.org/ (#2169)Mariatta2018-06-051-3/+3
| | | I saw on Twitter that http://pylint.pycqa.org/ is the preferred url over pylint.org.
* Try to see if coveralls badge works againClaudiu Popa2018-05-091-2/+3
|
* Try to fix the coveralls badgeClaudiu Popa2018-01-311-2/+2
|
* Remove pylint-guiClaudiu Popa2016-07-031-1/+0
| | | | | | | | pylint-gui was removed, because it was deemed unfit for being included in *pylint*. It had a couple of bugs and misfeatures, its usability was subpar and since its development was neglected, we decided it is best to move on without it. Part of #975
* Add readthedocs badge.Claudiu Popa2016-06-291-0/+4
|
* Add pypi badge (#907)Moises Lopez - https://www.vauxoo.com/2016-05-171-0/+4
|
* [REF] import-checkers: Use of isort (#879)Moises Lopez - https://www.vauxoo.com/2016-04-301-0/+8
| | | Use the isort library for wrong-import-order checker.
* [ADD] coverage: Enable coveralls and coverage report (#873)Moises Lopez - https://www.vauxoo.com/2016-04-261-0/+3
| | | Enable coverage report for coveralls
* No need to mention hg anymore in READMEClaudiu Popa2016-03-211-1/+0
|
* Fix the license name in READMEJakub Wilk2016-03-191-1/+1
| | | | | There's no such thing as "GNU Public License"; GPL stands for "General Public License".
* Add the correct badge.Claudiu Popa2015-12-161-1/+1
|
* Configure appveyor with the same configuration that astroid has.Claudiu Popa2015-12-161-0/+4
|
* Add Travis badge.Claudiu Popa2015-12-161-4/+3
|
* Merge remote-tracking branch 'upstream/master' into patch-1Steven Myint2015-12-101-3/+3
|
* Change the extension of the README, so it will get rendered by GitHubClaudiu Popa2015-12-101-0/+60
Also, removes README.python3, which doesn't provide any extra information that's not already found in the README.