massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / html5lib / html5lib / filters / lint.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/lint.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/lint.pyi
new file mode 100644 (file)
index 0000000..5803963
--- /dev/null
@@ -0,0 +1,8 @@
+from typing import Any
+
+from . import base
+
+class Filter(base.Filter):
+    require_matching_tags: Any
+    def __init__(self, source, require_matching_tags: bool = ...) -> None: ...
+    def __iter__(self): ...