Skip to content

Commit

Permalink
Updating PyLint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed Apr 29, 2017
1 parent 46da02c commit 50310a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Expand Up @@ -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
Expand Down

0 comments on commit 50310a3

Please sign in to comment.