summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-1/+1
| | | | | * Drop support for Python 3.7 * Update py-version + classifier * Update functional tests
* [cleanup] Upgrade more doc following the PyCQA migrationPierre Sassoulas2023-03-311-8/+8
|
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-6/+6
|
* Fix typos in README.rst (#8493)Jacob Walls2023-03-251-7/+8
|
* Two tools since we don't support epylint anymorePierre Sassoulas2023-02-061-1/+1
|
* [doc] Use the real URL address of pylint's read the doc projectPierre Sassoulas2023-02-061-9/+9
|
* [readme] Add 'ruff', install at the top, paragraph title to permit skimmingPierre Sassoulas2023-02-061-42/+70
|
* Use codecov instead of coveralls for coverage reportingDaniël van Noord2022-12-271-2/+2
|
* [packaging] Remove a sphinx only reference from the ReadmePierre Sassoulas2022-12-081-1/+2
| | | | | | This link is also used in the metadata and the Github's readme It needs to be pure RST
* Deprecation following the separation of emacs related file to ↵Pierre Sassoulas2022-11-191-1/+5
| | | | | | | https://github.com/emacsorphanage/pylint (#7783) Co-authored-by: Jonas Bernoulli <jonas@bernoul.li> Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* Replace flake8 mirror with upstream repository (#7687)Cosmo2022-10-281-1/+1
|
* A collection of documentation updates (#7512)Daniël van Noord2022-09-221-3/+12
| | | | | | | | | | | | | | | | | * Update ``exec--used`` documentation Closes https://github.com/PyCQA/pylint/issues/7039 * Be more explicit about third party plugins Closes https://github.com/PyCQA/pylint/issues/6900 * Document behaviour of config file generators Refs. https://github.com/PyCQA/pylint/issues/7478 Co-authored-by: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* [openssf] Add the badge for the openssf fondation (#7480)Pierre Sassoulas2022-09-171-0/+5
|
* [open source insight] Add the badge from OpenSSF (#7267)Pierre Sassoulas2022-08-071-0/+4
| | | | | | | Pylint is now using Scorecards to implement security recommendations from the OpenSSF. This is done in order to secure our supply chains using a combination of automated tooling and best practices, most of which were already implemented before. See https://openssf.org/
* README.md: Add Discord invite/badge (#7177)Stavros Ntentos2022-07-131-0/+4
| | | Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
* Updated link in README and CONTRIBUTING.md (#6807)Prajwal Borkar2022-06-021-2/+2
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Cleanup the FAQ from oudated or duplicated content (#6726)Pierre Sassoulas2022-05-281-1/+12
| | | | Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* [doc] Fix broken links following toc reorganization (#6680)Pierre Sassoulas2022-05-231-2/+2
|
* [doc] Review of the Readme.rst new mouturePierre Sassoulas2022-05-221-10/+10
| | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* [doc] Add section on configurability and extensibilityPierre Sassoulas2022-05-221-21/+28
|
* [doc] Use the Readme directly in the doc indexPierre Sassoulas2022-05-221-23/+29
|
* [doc] Add link to contact information in the ReadmePierre Sassoulas2022-05-221-2/+7
|
* [doc] Cleanup the installation/testing/badge documentation in the ReadmePierre Sassoulas2022-05-221-84/+48
|
* [doc] Uniformize the introduction for Readme and docPierre Sassoulas2022-05-221-34/+32
|
* Fix the pyenchant dependencie following #6440Pierre Sassoulas2022-04-281-2/+2
| | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Better documentation for development of pylintPierre Sassoulas2022-04-281-24/+13
| | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Require python ``3.7.2+`` (#5921)Daniël van Noord2022-04-111-1/+1
| | | | * Remove env from tox * Add changelog
* Update README.rst so Tidelift logo is not stretched (#6065)Daniël van Noord2022-03-311-2/+1
|
* Fix workflow badge in readme (#6025)KotlinIsland2022-03-291-1/+1
| | | Co-authored-by: KotlinIsland <kotlinisland@users.noreply.github.com>
* Fix Markdown link in ReStructuredText README (#5870)Téo Bouvard2022-03-071-2/+1
| | | | | | This commit updates a link formatted using Markdown syntax to use ReStructuredText syntax, which is what the README file is written in. This allows a prettier link visualization in GitHub, by not displaying the full URL between parentheses.
* Add note on how to share the badge for pylint (#5820)Kurian Benoy2022-02-211-0/+21
| | | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Require Python 3.6.2 (#5068)Marc Mueller2021-11-251-1/+1
| | | | | | | | | | | | | * Bump python_requires to >= 3.6.2 * Import typing names directly * Use typing.NamedTuple for MessageTest * Add default value to MessageStyle * Revert "Add an exception at install for python < 3.6.2 (#5171)" This reverts commit 37e330cadd12800b484ef89cd599dcb06f1ba539. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Update links to use mainMarc Mueller2021-06-301-9/+9
|
* 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.