1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:49:42 +00:00

ignore f-string warning

This commit is contained in:
deadc0de6
2021-09-22 11:42:53 +02:00
parent ac4c6213b1
commit eb0133854d

View File

@@ -30,6 +30,7 @@ pylint \
--disable=R0912 \ --disable=R0912 \
--disable=R0911 \ --disable=R0911 \
--disable=R1732 \ --disable=R1732 \
--disable=C0209 \
dotdrop/ dotdrop/
# retrieve the nosetests binary # retrieve the nosetests binary