diff options
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -311,7 +311,9 @@ good-names=i, Run, _, uut, - ch + ch, + fg, + osc # Good variable names regexes, separated by a comma. If names match any regex, # they will always be accepted |