Skip to content

Commit

Permalink
Remove stubgen argument patch (#55)
Browse files Browse the repository at this point in the history
Now that recursive stubgen is merged, we can get rid of the patch commenting out
the newly added arguments.
  • Loading branch information
nicholasjng authored Jan 6, 2025
1 parent 67b9fa1 commit 5c1dc78
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions nanobind_bazel_local_override.patch
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,3 @@ index 7723d4c..a15a36b 100644
bazel_dep(name = "rules_python", version = "1.0.0")

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
diff --git a/src/BUILD b/src/BUILD
index 5562dca..95e210e 100644
--- a/src/BUILD
+++ b/src/BUILD
@@ -20,6 +20,6 @@ nanobind_stubgen(
name = "nanobind_example_ext_stubgen",
module = ":nanobind_example_ext",
marker_file = "src/py.typed",
- output_directory = "src",
- recursive = True,
+# output_directory = "src",
+# recursive = True,
)

0 comments on commit 5c1dc78

Please sign in to comment.