Commit Graph

31 Commits

Author SHA1 Message Date
Pierre Sassoulas
4980369e6d Remove unsecable whitespace in the whole codebase 2020-09-12 16:19:57 +02:00
hippo91
2d1f9625f8 Corrects syntax error that prevent upload to pypi 2020-08-21 10:38:19 +02:00
谭九鼎
201daa6f77
Chore: use https links (#3679) 2020-06-11 08:25:03 +02:00
Claudiu Popa
32255df560 Adjut the wording to be less opinionated and mention the editable install 2019-08-19 11:36:05 +02:00
Pierre Sassoulas
380df00f61 [Readme] Add information on how to launch tests fast (#3040) 2019-08-19 11:32:00 +02:00
Claudiu Popa
ec2eb68f8f Add Tidelift information 2019-03-20 10:45:12 +01:00
David Douard
0ec1f532e9 Relicense the logo as CC-BY-SA-4.0 (#2786)
and add the original svg file as well.
2019-03-05 08:29:42 +01:00
David Douard
06b9551529 Update the README's testing section (#2785)
use a decent python version as tox cmd line example.
2019-03-04 10:14:52 +01:00
Stephen Longofono
6e37ca37a7 Update README.rst (#2580)
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.
2018-11-06 19:15:50 +01:00
Claudiu Popa
98b08d960f New tagline! Many thanks to whomever said it, it came my way through DRMacIver 2018-09-19 19:55:31 +02:00
Claudiu Popa
d179c1e609 Add black badge 2018-09-17 09:07:44 +02:00
Claudiu Popa
10d688ec78 Update the README with some improvements; also fix the line endings 2018-08-22 11:16:24 +02:00
Natalie Serebryakova
41d47dd024 Remove a couple of Python 2 specific checks
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
2018-08-15 20:17:59 +02:00
Claudiu Popa
e17b37c5cd Remove old note 2018-07-15 11:52:46 +02:00
Steven M. Vascellaro
18023f050f Use code block for preview release (#2257) 2018-07-05 15:59:01 +02:00
Bryce Guinta
bceb1d6d65 Add note about prerelease in readme and github template (#2248)
* Add note about preview release in github template

* Add note about preview release supporting 3.7 in readme
2018-07-04 08:25:35 +02:00
Mariatta
3acb4a9feb Update links in readme.rst to http://pylint.pycqa.org/ (#2169)
I saw on Twitter that http://pylint.pycqa.org/ is the preferred url over pylint.org.
2018-06-05 03:26:38 -07:00
Claudiu Popa
5f2ee9c5f4 Try to see if coveralls badge works again 2018-05-09 07:34:21 -04:00
Claudiu Popa
17fc68d951 Try to fix the coveralls badge 2018-01-31 18:03:10 -05:00
Claudiu Popa
c70b281c62 Remove pylint-gui
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
2016-07-03 22:29:59 +01:00
Claudiu Popa
4a3bd3e53d Add readthedocs badge. 2016-06-29 18:51:21 +01:00
Moises Lopez - https://www.vauxoo.com/
31dfdde186 Add pypi badge (#907) 2016-05-17 10:21:59 +01:00
Moises Lopez - https://www.vauxoo.com/
9812c5a49a [REF] import-checkers: Use of isort (#879)
Use the isort library for wrong-import-order checker.
2016-04-30 14:07:15 +03:00
Moises Lopez - https://www.vauxoo.com/
2b9afbb957 [ADD] coverage: Enable coveralls and coverage report (#873)
Enable coverage report for coveralls
2016-04-26 16:53:30 +03:00
Claudiu Popa
9ea0cd4bae No need to mention hg anymore in README 2016-03-21 18:48:24 +00:00
Jakub Wilk
18b57421c3 Fix the license name in README
There's no such thing as "GNU Public License";
GPL stands for "General Public License".
2016-03-19 21:38:59 +01:00
Claudiu Popa
77af7133b2 Add the correct badge. 2015-12-16 17:41:49 +02:00
Claudiu Popa
227bf4cbe8 Configure appveyor with the same configuration that astroid has. 2015-12-16 17:36:35 +02:00
Claudiu Popa
49e1eb3803 Add Travis badge. 2015-12-16 17:29:35 +02:00
Steven Myint
0d295f0826 Merge remote-tracking branch 'upstream/master' into patch-1 2015-12-10 18:28:12 -08:00
Claudiu Popa
dc855ef69f Change the extension of the README, so it will get rendered by GitHub
Also, removes README.python3, which doesn't provide any extra information
that's not already found in the README.
2015-12-10 17:30:54 +02:00