diff --git a/scripts/.pylintrc b/scripts/.pylintrc index 6262e5ddd5bbbd19ecdd7bd226c74675c1477091..c3ebd2ad648ca72ed5781707ce1647ddfdf9020f 100644 --- a/scripts/.pylintrc +++ b/scripts/.pylintrc @@ -415,7 +415,8 @@ good-names=app, f, _, x, - y + y, + db # Include a hint for the correct naming format with invalid-name. include-naming-hint=no