Put `pygments` back to default

signint_saviour
Tyler Goodlet 2022-08-01 15:53:56 -04:00
parent fa4388835c
commit 02c3b9a672
1 changed files with 5 additions and 3 deletions

View File

@ -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