From b2462c91917bdf06db8708fb2999843f809909ff Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 19 Nov 2022 22:47:24 +0100 Subject: Deprecation following the separation of emacs related file to https://github.com/emacsorphanage/pylint (#7783) Co-authored-by: Jonas Bernoulli Co-authored-by: Jacob Walls --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index fd7267a29..f41ad3e23 100644 --- a/README.rst +++ b/README.rst @@ -86,11 +86,15 @@ Pylint ships with three additional tools: - pyreverse_ (standalone tool that generates package and class diagrams.) - symilar_ (duplicate code finder that is also integrated in pylint) -- epylint_ (Emacs and Flymake compatible Pylint) .. _pyreverse: https://pylint.pycqa.org/en/latest/pyreverse.html .. _symilar: https://pylint.pycqa.org/en/latest/symilar.html + +The epylint_ Emacs package, which includes Flymake support, is now maintained +in `its own repository`_. + .. _epylint: https://pylint.pycqa.org/en/latest/user_guide/ide_integration/flymake-emacs.html +.. _its own repository: https://github.com/emacsorphanage/pylint Projects that you might want to use alongside pylint include flake8_ (faster and simpler checks with very few false positives), mypy_, pyright_ or pyre_ (typing checks), bandit_ (security -- cgit v1.2.1