• Bram Schoenmakers's avatar
    Also hide tags that are preceded by punctuation. · af4af9ba
    Bram Schoenmakers authored
    The expression in the PrettyPrinterHideTagFilter expects that tag names
    don't have any spaces around them, but this could be the case when
    adding this to the configuration file:
    
     hide_tags = p, id
    
    So make sure to strip off all spaces from tag names before passing them
    along.
    af4af9ba
ListCommandTest.py 12.4 KB