We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67163e5 + 5f90878 commit c932302Copy full SHA for c932302
tools/verify.py
@@ -29,6 +29,7 @@
29
_REPO_ROOT = _TOOLS_DIR.parent
30
_FAKE_DOCS_DIR = Path(__file__).parent / "fake-docs"
31
_FAKE_DOCS = set(_FAKE_DOCS_DIR.rglob("**/*"))
32
+_FAKE_DOCS.update(Path(".github").rglob("**/*"))
33
_LANGUAGES_DIR_NAME = "languages"
34
_ROOT_LANGUAGES_DIR = _REPO_ROOT / _LANGUAGES_DIR_NAME
35
0 commit comments