diff options
Diffstat (limited to 'testenv/linters/pylint.ini')
-rw-r--r-- | testenv/linters/pylint.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testenv/linters/pylint.ini b/testenv/linters/pylint.ini index c1599884..1f333c6f 100644 --- a/testenv/linters/pylint.ini +++ b/testenv/linters/pylint.ini @@ -43,6 +43,9 @@ max-line-length = 160 # List of builtins function names that should not be used, separated by a comma bad-functions = +# Good variable names which should always be accepted, separated by a comma +good-names = _, __, x, y + # Regular expression matching correct method names method-rgx = [a-z_][a-z0-9_]{2,50}$ |