Skip to content

Commit 9013bcd

Browse files
committed
ignore some docstring templates
1 parent 3a5e9fd commit 9013bcd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

scripts/validate_unwanted_patterns.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,23 @@
2121
PRIVATE_IMPORTS_TO_IGNORE: Set[str] = {
2222
"_extension_array_shared_docs",
2323
"_index_shared_docs",
24+
"_interval_shared_docs",
2425
"_merge_doc",
2526
"_shared_docs",
27+
"_apply_docs",
2628
"_new_Index",
2729
"_new_PeriodIndex",
2830
"_doc_template",
29-
"_interval_shared_docs",
30-
"_apply_docs",
31+
"_agg_template",
32+
"_pipe_template",
33+
"_transform_template",
3134
"_arith_doc_FRAME",
3235
"_flex_comp_doc_FRAME",
3336
"_make_flex_doc",
3437
"_op_descriptions",
35-
"_pipe_template",
3638
"_testing",
3739
"_test_decorators",
40+
"__version__", # check np.__version__ in compat.numpy.function
3841
}
3942

4043

0 commit comments

Comments
 (0)