community.molecule/plugins/filter/molecule_core.py
    DOC101: Function `from_yaml`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `from_yaml`: 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: [data: Any].
    DOC201: Function `from_yaml` does not have a return section in docstring
    DOC101: Function `to_yaml`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `to_yaml`: 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: [data: Any].
    DOC201: Function `to_yaml` does not have a return section in docstring
    DOC101: Function `header`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `header`: 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: [content: str].
    DOC201: Function `header` does not have a return section in docstring
    DOC101: Function `get_docker_networks`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `get_docker_networks`: 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: [data: list[dict[str, Any]], labels: dict[str, str] | None, state: str].
    DOC201: Function `get_docker_networks` does not have a return section in docstring
    DOC201: Method `FilterModule.filters` does not have a return section in docstring
--------------------
tests/conftest.py
    DOC101: Function `app`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `app`: 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: [name: str].
    DOC101: Function `reset_pytest_vars`: Docstring contains fewer arguments than in function signature.
    DOC106: Function `reset_pytest_vars`: The option `--arg-type-hints-in-signature` is `True` but there are no argument type hints in the signature
    DOC107: Function `reset_pytest_vars`: The option `--arg-type-hints-in-signature` is `True` but not all args in the signature have type hints
    DOC103: Function `reset_pytest_vars`: 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: [monkeypatch: ].
    DOC101: Function `test_fixture_dir`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `test_fixture_dir`: 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: [request: pytest.FixtureRequest].
    DOC201: Function `test_fixture_dir` does not have a return section in docstring
    DOC101: Function `mock_ephemeral_directory`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `mock_ephemeral_directory`: 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: [_self: Scenario].
--------------------
tests/fixtures/integration/test_command/scenarios/cleanup/molecule/default/tests/test_cleanup.py
    DOC101: Function `test_hosts_file`: Docstring contains fewer arguments than in function signature.
    DOC106: Function `test_hosts_file`: The option `--arg-type-hints-in-signature` is `True` but there are no argument type hints in the signature
    DOC107: Function `test_hosts_file`: The option `--arg-type-hints-in-signature` is `True` but not all args in the signature have type hints
    DOC103: Function `test_hosts_file`: 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: [host: ].
--------------------
tests/fixtures/integration/test_command/scenarios/side_effect/molecule/default/tests/test_side_effect.py
    DOC101: Function `test_side_effect_removed_file`: Docstring contains fewer arguments than in function signature.
    DOC106: Function `test_side_effect_removed_file`: The option `--arg-type-hints-in-signature` is `True` but there are no argument type hints in the signature
    DOC107: Function `test_side_effect_removed_file`: The option `--arg-type-hints-in-signature` is `True` but not all args in the signature have type hints
    DOC103: Function `test_side_effect_removed_file`: 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: [host: ].
--------------------
tests/fixtures/integration/test_command/scenarios/test_destroy_strategy/molecule/default/tests/test_destroy_strategy.py
    DOC101: Function `test_hostname`: Docstring contains fewer arguments than in function signature.
    DOC106: Function `test_hostname`: The option `--arg-type-hints-in-signature` is `True` but there are no argument type hints in the signature
    DOC107: Function `test_hostname`: The option `--arg-type-hints-in-signature` is `True` but not all args in the signature have type hints
    DOC103: Function `test_hostname`: 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: [host: ].
    DOC101: Function `test_etc_molecule_directory`: Docstring contains fewer arguments than in function signature.
    DOC106: Function `test_etc_molecule_directory`: The option `--arg-type-hints-in-signature` is `True` but there are no argument type hints in the signature
    DOC107: Function `test_etc_molecule_directory`: The option `--arg-type-hints-in-signature` is `True` but not all args in the signature have type hints
    DOC103: Function `test_etc_molecule_directory`: 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: [host: ].
    DOC101: Function `test_etc_molecule_ansible_hostname_file`: Docstring contains fewer arguments than in function signature.
    DOC106: Function `test_etc_molecule_ansible_hostname_file`: The option `--arg-type-hints-in-signature` is `True` but there are no argument type hints in the signature
    DOC107: Function `test_etc_molecule_ansible_hostname_file`: The option `--arg-type-hints-in-signature` is `True` but not all args in the signature have type hints
    DOC103: Function `test_etc_molecule_ansible_hostname_file`: 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: [host: ].
--------------------
tests/fixtures/integration/test_command/scenarios/verifier/molecule/testinfra/shared/test_shared.py
    DOC101: Function `test_ansible_hostname`: Docstring contains fewer arguments than in function signature.
    DOC106: Function `test_ansible_hostname`: The option `--arg-type-hints-in-signature` is `True` but there are no argument type hints in the signature
    DOC107: Function `test_ansible_hostname`: The option `--arg-type-hints-in-signature` is `True` but not all args in the signature have type hints
    DOC103: Function `test_ansible_hostname`: 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: [host: ].
--------------------
tests/fixtures/integration/test_command/scenarios/verifier/molecule/testinfra/tests/test_testinfra.py
    DOC101: Function `test_ansible_hostname`: Docstring contains fewer arguments than in function signature.
    DOC106: Function `test_ansible_hostname`: The option `--arg-type-hints-in-signature` is `True` but there are no argument type hints in the signature
    DOC107: Function `test_ansible_hostname`: The option `--arg-type-hints-in-signature` is `True` but not all args in the signature have type hints
    DOC103: Function `test_ansible_hostname`: 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: [host: ].
--------------------
tests/fixtures/integration/test_command/scenarios/verifier/molecule/testinfra-pre-commit/tests/test_testinfra_pre_commit.py
    DOC101: Function `test_ansible_hostname`: Docstring contains fewer arguments than in function signature.
    DOC106: Function `test_ansible_hostname`: The option `--arg-type-hints-in-signature` is `True` but there are no argument type hints in the signature
    DOC107: Function `test_ansible_hostname`: The option `--arg-type-hints-in-signature` is `True` but not all args in the signature have type hints
    DOC103: Function `test_ansible_hostname`: 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: [host: ].
--------------------
tests/integration/test_command.py
    DOC601: Class `ParamDefault`: Class docstring contains fewer class attributes than actual class attributes.  (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC603: Class `ParamDefault`: Class docstring attributes are different from actual class attributes. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Attributes in the class definition but not in the docstring: [argnames: tuple[str, str], argvalues: tuple[tuple[str, str]], ids: str, indirect: tuple[str, str]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Function `test_command`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `test_command`: 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: [app: App].
    DOC101: Function `test_command_idempotence`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `test_command_idempotence`: 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: [app: App].
    DOC101: Function `test_command_list_with_format_plain`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `test_command_list_with_format_plain`: 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: [app: App].
    DOC101: Function `test_with_missing_platform_name`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `test_with_missing_platform_name`: 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: [app: App].
    DOC101: Function `test_role_name_check_one`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `test_role_name_check_one`: 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: [app: App].
    DOC101: Function `test_podman`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `test_podman`: 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: [app: App].
    DOC101: Function `test_docker`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `test_docker`: 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: [app: App].
    DOC101: Function `test_smoke`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `test_smoke`: 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: [app: App].
--------------------
tests/unit/command/init/test_scenario.py
    DOC201: Function `fixture_command_args` does not have a return section in docstring
    DOC201: Function `fixture_instance` does not have a return section in docstring
--------------------
tests/unit/conftest.py
    DOC201: Function `fixture_molecule_data` does not have a return section in docstring
--------------------
tests/unit/provisioner/test_ansible.py
    DOC201: Function `fixture_instance` does not have a return section in docstring
--------------------
tests/unit/test_logger.py
    DOC101: Function `_patched_logger_env`: Docstring contains fewer arguments than in function signature.
    DOC106: Function `_patched_logger_env`: The option `--arg-type-hints-in-signature` is `True` but there are no argument type hints in the signature
    DOC107: Function `_patched_logger_env`: The option `--arg-type-hints-in-signature` is `True` but not all args in the signature have type hints
    DOC103: Function `_patched_logger_env`: 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: [monkeypatch: , request: ].
    DOC201: Function `_patched_logger_env` does not have a return section in docstring
--------------------
