diff --git a/.pylintrc b/.pylintrc index 4006c97..a0839b5 100644 --- a/.pylintrc +++ b/.pylintrc @@ -294,7 +294,7 @@ function-name-hint=(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$ function-rgx=(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$ # Good variable names which should always be accepted, separated by a comma -good-names=i,j,k,ex,Run,_,urlpatterns,register +good-names=i,j,k,ex,Run,_,urlpatterns,register,default_app_config # Include a hint for the correct naming format with invalid-name include-naming-hint=no