diff --git a/.pylintrc b/.pylintrc index 178a06a801..f9b1110547 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,8 +1,9 @@ [MASTER] disable= + C0103, # invalid-name C0114, # missing-module-docstring C0115, # missing-class-docstring C0116, # missing-function-docstring + C0209, # consider-using-f-string + C0415, # import-outside-toplevel R0801, # duplicate-code - C0103, # invalid-name - C0415,# import-outside-toplevel