X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/fb1ac6981257c91a1d3bf753d10e1091f05b001a..30a332c32fabe13d883d86b0422bcded0c91642f:/docs/reference/reference_functions.rst diff --git a/docs/reference/reference_functions.rst b/docs/reference/reference_functions.rst index 459e498..a718411 100644 --- a/docs/reference/reference_functions.rst +++ b/docs/reference/reference_functions.rst @@ -61,7 +61,7 @@ File operations .. autofunction:: black.find_project_root -.. autofunction:: black.gen_python_files_in_dir +.. autofunction:: black.gen_python_files .. autofunction:: black.read_pyproject_toml @@ -89,7 +89,7 @@ Split functions .. autofunction:: black.standalone_comment_split -.. autofunction:: black.split_line +.. autofunction:: black.transform_line Caching ------- @@ -135,6 +135,12 @@ Utilities .. autofunction:: black.generate_ignored_nodes +.. autofunction:: black.is_fmt_on + +.. autofunction:: black.contains_fmt_on_at_column + +.. autofunction:: black.first_leaf_column + .. autofunction:: black.generate_trailers_to_omit .. autofunction:: black.get_future_imports @@ -165,7 +171,7 @@ Utilities .. autofunction:: black.re_compile_maybe_verbose -.. autofunction:: black.should_explode +.. autofunction:: black.should_split_body_explode .. autofunction:: black.shutdown