summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-08 15:03:12 +0100
committerGitHub <noreply@github.com>2023-03-08 15:03:12 +0100
commit491c53985cae113daa11c20d80c124a8df243840 (patch)
treeb61799d776f9305d1319566613bd131d9b22614f /pyproject.toml
parent395042b4700ee8e23025bb7401221a5c0d32e5a7 (diff)
downloadpylint-git-491c53985cae113daa11c20d80c124a8df243840.tar.gz
[deprecation] epylint removal for pylint 3.0.0 (#8400)
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 333d2856e..0c2b2a817 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -65,7 +65,6 @@ spelling = ["pyenchant~=3.2"]
[project.scripts]
pylint = "pylint:run_pylint"
pylint-config = "pylint:_run_pylint_config"
-epylint = "pylint:run_epylint"
pyreverse = "pylint:run_pyreverse"
symilar = "pylint:run_symilar"