We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9099eca commit 0018239Copy full SHA for 0018239
.gitignore
@@ -27,3 +27,5 @@ Thumbs.db
27
28
# Cache
29
*_cache
30
+
31
+references/
pyproject.toml
@@ -83,3 +83,4 @@ markers = [
83
"integration: marks tests as integration tests",
84
"pyright: marks tests that require pyright-langserver",
85
]
86
+norecursedirs = ["references"]
0 commit comments