diff --git a/.pylintrc b/.pylintrc index 0f0879c..65fc521 100644 --- a/.pylintrc +++ b/.pylintrc @@ -13,6 +13,7 @@ disable= too-many-branches, too-many-instance-attributes, too-many-locals, + consider-using-f-string, max-line-length=160 max-statements=70 extension-pkg-whitelist=lxml \ No newline at end of file