#38 More tag fixes

Sapludināts
getty sapludināja 1 revīzijas no getty/gdritter/more-tag-fixes uz getty/master 4 gadi atpakaļ
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      lc/model.py

+ 1 - 1
lc/model.py

@@ -353,7 +353,7 @@ class Tag(Model):
         while p := p.parent:
             yield p
 
-    BAD_TAG_CHARS = set("{}[]\\#?")
+    BAD_TAG_CHARS = set("{}\\#")
 
     @staticmethod
     def is_valid_tag_name(tag_name: str) -> bool: