#38 More tag fixes

Fusionado
getty fusionados 1 commits de getty/gdritter/more-tag-fixes en getty/master hace 4 años
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: