We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d135b84 commit 2a269a4Copy full SHA for 2a269a4
1 file changed
vxsort/smallsort/codegen/pyproject.toml
@@ -19,3 +19,9 @@ dev = ["ruff>=0.14.0", "setuptools>=80.9.0"]
19
[tool.pytest.ini_options]
20
testpaths = ["tests"]
21
pythonpath = ["src"]
22
+
23
+[tool.pyrefly]
24
+project-includes = [
25
+ "**/*.py*",
26
+ "**/*.ipynb",
27
+]
0 commit comments