forked from goodboy/tractor
Put `pygments` back to default
parent
fa4388835c
commit
02c3b9a672
|
@ -138,9 +138,11 @@ class Lock:
|
||||||
|
|
||||||
|
|
||||||
class TractorConfig(pdbpp.DefaultConfig):
|
class TractorConfig(pdbpp.DefaultConfig):
|
||||||
"""Custom ``pdbpp`` goodness.
|
'''
|
||||||
"""
|
Custom ``pdbpp`` goodness.
|
||||||
use_pygments = True
|
|
||||||
|
'''
|
||||||
|
# use_pygments = True
|
||||||
# sticky_by_default = True
|
# sticky_by_default = True
|
||||||
enable_hidden_frames = False
|
enable_hidden_frames = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue