Don't complain about the _ function being used

This commit is contained in:
Justin Santa Barbara
2011-03-16 14:34:44 -07:00
parent 699abfe9e6
commit 1aa44c3d8d

View File

@@ -1,3 +1,5 @@
# The format of this file isn't really documented; just use --generate-rcfile
[Messages Control]
# W0511: TODOs in code comments are fine.
# W0142: *args and **kwargs are fine.
@@ -25,3 +27,10 @@ no-docstring-rgx=((__.*__)|([tT]est.*)|setUp|tearDown)$
max-public-methods=100
min-public-methods=0
max-args=6
[Variables]
# List of additional names supposed to be defined in builtins. Remember that
# you should avoid to define new builtins when possible.
# _ is used by our localization
additional-builtins=_