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

refactoring

This commit is contained in:
deadc0de6
2022-09-01 15:26:59 +02:00
parent 76e4563ca9
commit a97dd46d15
4 changed files with 11 additions and 6 deletions

3
tests.sh vendored
View File

@@ -39,7 +39,7 @@ echo "testing with pylint"
# R0915: too-many-statements
# R0912: too-many-branches
# R0911: too-many-return-statements
# C0209: consider-using-f-string
# R0904: too-many-public-methods
pylint \
--disable=R0902 \
--disable=R0913 \
@@ -48,6 +48,7 @@ pylint \
--disable=R0915 \
--disable=R0912 \
--disable=R0911 \
--disable=R0904 \
dotdrop/
set +e