summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbageljr2022-03-30 14:08:42 -0500
committerbageljr2022-03-30 14:08:42 -0500
commit75631bddbb2c3d50211ca0867bb5d78880c42f42 (patch)
treeb4c686131e6edfbe7755e3a72a67d8cad6a80eee
parentad21445a1fa9ba97f1e200a6cb8bfb87717009dd (diff)
downloadaur-75631bddbb2c3d50211ca0867bb5d78880c42f42.tar.gz
Update to include pylint
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85095e7e6471..470567da9f45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=python-lsp-all
pkgver=1
-pkgrel=2
+pkgrel=3
arch=('x86_64')
-depends=("python-lsp-server" "python-lsp-black" "python-lsp-isort" "python-lsp-mypy" "python-pyls-flake8" "python-rope" "python-pyflakes" "python-mccabe" "python-pycodestyle" "python-pydocstyle" "python-pylsp-rope")
-optdepends=("autopep8: alternate python formatter"
- "yapf: alternate python formatter")
+depends=("python-lsp-server" "python-lsp-black" "python-lsp-isort" "python-lsp-mypy" "python-rope" "python-pyflakes" "python-mccabe" "python-pycodestyle" "python-pydocstyle" "python-pylsp-rope")
+optdepends=("flake8: error checking"
+ "python-pylint: linting")
#No memestra yet