summaryrefslogtreecommitdiffstats
path: root/.pylintrc
diff options
context:
space:
mode:
authorEddy Pedroni <eddy@0xf7.com>2022-06-01 22:12:02 +0200
committerEddy Pedroni <eddy@0xf7.com>2022-06-01 22:12:02 +0200
commit7c7d85f9bdc4715500cbf901fcdd8eb605d2668e (patch)
tree0fff25cfba451d2f50ce4741ed2c4e4637122b25 /.pylintrc
parent2cd5778d5b49a40206220b571a4d53009348967b (diff)
Minor improvements
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index f56d259..2944895 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -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