summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-11-19 22:47:24 +0100
committerGitHub <noreply@github.com>2022-11-19 22:47:24 +0100
commitb2462c91917bdf06db8708fb2999843f809909ff (patch)
treead16ffe1588aeb09fb5f2c9cc33a0d9f607f8b3c /README.rst
parent88119920a1fb349bc3deaaadbc91e4be1c551e83 (diff)
downloadpylint-git-b2462c91917bdf06db8708fb2999843f809909ff.tar.gz
Deprecation following the separation of emacs related file to https://github.com/emacsorphanage/pylint (#7783)
Co-authored-by: Jonas Bernoulli <jonas@bernoul.li> Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 5 insertions, 1 deletions
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