1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

no-self-use

This commit is contained in:
deadc0de6
2023-01-28 18:05:04 +01:00
committed by deadc0de
parent b44d9026f5
commit ed8cc8bf5a

View File

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