1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00

remove pylint plugin

This commit is contained in:
deadc0de6
2023-01-28 20:52:46 +01:00
committed by deadc0de
parent 9fbd3d37f6
commit a0381acd66

View File

@@ -67,7 +67,6 @@ find . -name "*.py" -not -path "./dotdrop/*" | while read -r script; do
--disable=R0914 \ --disable=R0914 \
--disable=R0915 \ --disable=R0915 \
--disable=R0913 \ --disable=R0913 \
--load-plugins pylint.extensions.no_self_use \
"${script}" "${script}"
done done