You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci/lint/pydoclint-baseline.txt
-65Lines changed: 0 additions & 65 deletions
Original file line number
Diff line number
Diff line change
@@ -111,16 +111,6 @@ python/ray/_private/node.py
111
111
DOC107: Method `Node.kill_all_processes`: The option `--arg-type-hints-in-signature` is `True` but not all args in the signature have type hints
112
112
DOC103: Method `Node.kill_all_processes`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [allow_graceful: ].
113
113
--------------------
114
-
python/ray/_private/parameter.py
115
-
DOC101: Method `RayParams.__init__`: Docstring contains fewer arguments than in function signature.
116
-
DOC107: Method `RayParams.__init__`: The option `--arg-type-hints-in-signature` is `True` but not all args in the signature have type hints
DOC106: Method `RayParams.update`: The option `--arg-type-hints-in-signature` is `True` but there are no argument type hints in the signature
119
-
DOC103: Method `RayParams.update`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [**kwargs: ]. Arguments in the docstring but not in the function signature: [kwargs: ].
120
-
DOC106: Method `RayParams.update_if_absent`: The option `--arg-type-hints-in-signature` is `True` but there are no argument type hints in the signature
121
-
DOC103: Method `RayParams.update_if_absent`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [**kwargs: ]. Arguments in the docstring but not in the function signature: [kwargs: ].
122
-
DOC202: Method `RayParams.update_pre_selected_port` has a return section in docstring, but there are no return statements or annotations
123
-
--------------------
124
114
python/ray/_private/profiling.py
125
115
DOC106: Function `profile`: The option `--arg-type-hints-in-signature` is `True` but there are no argument type hints in the signature
126
116
DOC107: Function `profile`: The option `--arg-type-hints-in-signature` is `True` but not all args in the signature have type hints
DOC201: Method `BatchQueue.get_batch` does not have a return section in docstring
286
276
DOC101: Function `monitor_memory_usage`: Docstring contains fewer arguments than in function signature.
287
277
DOC103: Function `monitor_memory_usage`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [print_interval_s: int, record_interval_s: int]. Arguments in the docstring but not in the function signature: [interval_s: ].
288
-
DOC402: Function `simulate_storage` has "yield" statements, but the docstring does not have a "Yields" section
289
-
DOC404: Function `simulate_storage` yield type(s) in docstring not consistent with the return annotation. Return annotation exists, but docstring "yields" section does not exist or has 0 type(s).
290
278
--------------------
291
279
python/ray/_private/usage/usage_lib.py
292
280
DOC201: Function `record_extra_usage_tag` does not have a return section in docstring
@@ -2949,56 +2937,3 @@ python/ray/widgets/util.py
2949
2937
DOC103: Function `_has_missing`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [*deps: Iterable[Union[str, Optional[str]]]]. Arguments in the docstring but not in the function signature: [deps: ].
2950
2938
DOC103: Function `repr_with_fallback`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [*notebook_deps: Iterable[Union[str, Optional[str]]]]. Arguments in the docstring but not in the function signature: [notebook_deps: ].
2951
2939
--------------------
2952
-
python/ray/workflow/api.py
2953
-
DOC101: Function `run`: Docstring contains fewer arguments than in function signature.
2954
-
DOC103: Function `run`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [**kwargs: , *args: , dag: DAGNode].
2955
-
DOC101: Function `run_async`: Docstring contains fewer arguments than in function signature.
2956
-
DOC103: Function `run_async`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [**kwargs: , *args: , dag: DAGNode].
2957
-
DOC201: Function `continuation` does not have a return section in docstring
2958
-
DOC101: Method `options.__init__`: Docstring contains fewer arguments than in function signature.
2959
-
DOC103: Method `options.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [**workflow_options: Dict[str, Any]].
2960
-
--------------------
2961
-
python/ray/workflow/serialization.py
2962
-
DOC101: Method `Manager.save_objectref`: Docstring contains fewer arguments than in function signature.
2963
-
DOC103: Method `Manager.save_objectref`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [workflow_id: 'str'].
2964
-
DOC107: Function `dump_to_storage`: The option `--arg-type-hints-in-signature` is `True` but not all args in the signature have type hints
2965
-
--------------------
2966
-
python/ray/workflow/serialization_context.py
2967
-
DOC402: Function `workflow_args_serialization_context` has "yield" statements, but the docstring does not have a "Yields" section
2968
-
DOC404: Function `workflow_args_serialization_context` yield type(s) in docstring not consistent with the return annotation. Return annotation exists, but docstring "yields" section does not exist or has 0 type(s).
2969
-
DOC402: Function `workflow_args_resolving_context` has "yield" statements, but the docstring does not have a "Yields" section
2970
-
DOC404: Function `workflow_args_resolving_context` yield type(s) in docstring not consistent with the return annotation. Return annotation exists, but docstring "yields" section does not exist or has 0 type(s).
2971
-
--------------------
2972
-
python/ray/workflow/storage/filesystem.py
2973
-
DOC107: Function `_open_atomic`: The option `--arg-type-hints-in-signature` is `True` but not all args in the signature have type hints
2974
-
DOC202: Function `_open_atomic` has a return section in docstring, but there are no return statements or annotations
2975
-
DOC402: Function `_open_atomic` has "yield" statements, but the docstring does not have a "Yields" section
2976
-
DOC404: Function `_open_atomic` yield type(s) in docstring not consistent with the return annotation. Return annotation exists, but docstring "yields" section does not exist or has 0 type(s).
2977
-
--------------------
2978
-
python/ray/workflow/task_executor.py
2979
-
DOC104: Function `_workflow_task_executor`: Arguments are the same in the docstring and the function signature, but are in a different order.
2980
-
DOC105: Function `_workflow_task_executor`: Argument names match, but type hints in these args do not match: func, context, task_id, baked_inputs, runtime_options
2981
-
DOC101: Method `_BakedWorkflowInputs.resolve`: Docstring contains fewer arguments than in function signature.
2982
-
DOC103: Method `_BakedWorkflowInputs.resolve`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [store: workflow_storage.WorkflowStorage].
2983
-
--------------------
2984
-
python/ray/workflow/workflow_context.py
2985
-
DOC106: Function `workflow_task_context`: The option `--arg-type-hints-in-signature` is `True` but there are no argument type hints in the signature
2986
-
DOC107: Function `workflow_task_context`: The option `--arg-type-hints-in-signature` is `True` but not all args in the signature have type hints
2987
-
DOC402: Function `workflow_task_context` has "yield" statements, but the docstring does not have a "Yields" section
2988
-
DOC404: Function `workflow_task_context` yield type(s) in docstring not consistent with the return annotation. Return annotation exists, but docstring "yields" section does not exist or has 0 type(s).
2989
-
DOC106: Function `workflow_logging_context`: The option `--arg-type-hints-in-signature` is `True` but there are no argument type hints in the signature
2990
-
DOC107: Function `workflow_logging_context`: The option `--arg-type-hints-in-signature` is `True` but not all args in the signature have type hints
2991
-
DOC402: Function `workflow_logging_context` has "yield" statements, but the docstring does not have a "Yields" section
2992
-
DOC404: Function `workflow_logging_context` yield type(s) in docstring not consistent with the return annotation. Return annotation exists, but docstring "yields" section does not exist or has 0 type(s).
2993
-
--------------------
2994
-
python/ray/workflow/workflow_state_from_dag.py
2995
-
DOC201: Function `workflow_state_from_dag` does not have a return section in docstring
2996
-
--------------------
2997
-
python/ray/workflow/workflow_storage.py
2998
-
DOC201: Method `WorkflowIndexingStorage.list_workflow` does not have a return section in docstring
2999
-
DOC201: Method `WorkflowStorage.load_actor_class_body` does not have a return section in docstring
3000
-
DOC101: Method `WorkflowStorage.load_task_metadata`: Docstring contains fewer arguments than in function signature.
3001
-
DOC103: Method `WorkflowStorage.load_task_metadata`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [task_id: TaskID].
3002
-
DOC201: Method `WorkflowStorage.list_workflow` does not have a return section in docstring
3003
-
DOC201: Method `WorkflowStorage._put` does not have a return section in docstring
0 commit comments