docs/_ext/regenerate_docs.py
    DOC101: Function `_mk_row`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `_mk_row`: 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: [row: tuple[str, ...]].
    DOC201: Function `_mk_row` does not have a return section in docstring
    DOC201: Function `md_settings_dump` does not have a return section in docstring
    DOC101: Function `_params_row_for_entry`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `_params_row_for_entry`: 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: [entry: SettingsEntry].
    DOC201: Function `_params_row_for_entry` does not have a return section in docstring
    DOC201: Function `_subcommands_overview` does not have a return section in docstring
    DOC201: Function `md_settings_sample` does not have a return section in docstring
--------------------
site/_ext/regenerate_docs.py
    DOC101: Function `_mk_row`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `_mk_row`: 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: [row: tuple].
    DOC201: Function `_mk_row` does not have a return section in docstring
    DOC201: Function `md_settings_dump` does not have a return section in docstring
    DOC101: Function `_params_row_for_entry`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `_params_row_for_entry`: 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: [entry: SettingsEntry].
    DOC201: Function `_params_row_for_entry` does not have a return section in docstring
    DOC201: Function `_subcommands_overview` does not have a return section in docstring
    DOC201: Function `md_settings_sample` does not have a return section in docstring
--------------------
src/ansible_navigator/action_defs.py
    DOC601: Class `RunReturn`: 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 `RunReturn`: 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: [message: str, return_code: int]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/action_runner.py
    DOC111: Method `ActionRunner.initialize_ui`: The option `--arg-type-hints-in-docstring` is `False` but there are type hints in the docstring arg list
--------------------
src/ansible_navigator/actions/_actions.py
    DOC601: Class `ActionT`: 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 `ActionT`: 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: [cls: str, kegex: str, name: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `Kegex`: 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 `Kegex`: 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: [kegex: str, name: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/back.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/collections.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/config.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/doc.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/exec.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/filter.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/help_doc.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/images.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/inventory.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/lint.py
    DOC601: Class `Severity`: 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 `Severity`: 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: [BLOCKER: , CRITICAL: , INFO: , MAJOR: , MINOR: , UNKNOWN: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/log.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/open_file.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/quit.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/refresh.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/replay.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/rerun.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/run.py
    DOC101: Function `color_menu`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `color_menu`: 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: [_colno: int].
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC111: Method `Action._handle_message`: The option `--arg-type-hints-in-docstring` is `False` but there are type hints in the docstring arg list
    DOC501: Method `Action._handle_message` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `Action._handle_message` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC111: Method `Action.write_artifact`: The option `--arg-type-hints-in-docstring` is `False` but there are type hints in the docstring arg list
--------------------
src/ansible_navigator/actions/sample_form.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/sample_notification.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/sample_working.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/save.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/select.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/serialize_json.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/serialize_yaml.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/settings.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/template.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/welcome.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/actions/write_file.py
    DOC601: Class `Action`: 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 `Action`: 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: [KEGEX: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/app_public.py
    DOC601: Class `AppPublic`: 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 `AppPublic`: 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: [args: ApplicationConfiguration, name: str, rerun: Callable[[], None], stdout: list[str], steps: Steps, update: Callable[..., None], write_artifact: Callable[..., None]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/command_runner/command_runner.py
    DOC601: Class `Command`: 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 `Command`: 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: [command: str, details: list[Any] | dict[Any, Any] | object, errors: str, identity: str, messages: list[LogMessage], post_process: Callable[..., Any], return_code: int, stderr: str, stdout: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Method `CommandRunner.start_workers` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `CommandRunner.start_workers` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['RuntimeError'].
--------------------
src/ansible_navigator/configuration_subsystem/configurator.py
    DOC111: Method `Configurator._argparse_error_handler`: The option `--arg-type-hints-in-docstring` is `False` but there are type hints in the docstring arg list
    DOC502: Method `Configurator._apply_settings_file` has a "Raises" section in the docstring, but there are not "raise" statements in the body
    DOC101: Function `raise_value_error`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `raise_value_error`: 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: [message: str].
    DOC501: Function `raise_value_error` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `raise_value_error` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['ValueError'].
--------------------
src/ansible_navigator/configuration_subsystem/definitions.py
    DOC601: Class `Constants`: 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 `Constants`: 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: [ALL: , ANSIBLE_CFG: , AUTO: , DEFAULT_CFG: , ENVIRONMENT_VARIABLE: , NONE: , NOT_SET: , PREVIOUS_CLI: , SAME_SUBCOMMAND: , SEARCH_PATH: , SENTINEL: , TEST: , USER_CFG: , USER_CLI: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `CliParameters`: 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 `CliParameters`: 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: [action: str | None, const: bool | str | None, long_override: str | None, metavar: str | None, nargs: str | None, positional: bool, short: str | None]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `SettingsEntryValue`: 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 `SettingsEntryValue`: 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: [current: Any, default: Any, schema_default: str | Constants, source: Constants]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `SettingsEntry`: 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 `SettingsEntry`: 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: [apply_to_subsequent_cli: Constants, change_after_initial: bool, choices: Iterable[bool | str], cli_parameters: CliParameters | None, delay_post_process: bool, environment_variable_override: str | None, environment_variable_split_char: str, name: str, settings_file_path_override: str | None, short_description: str, subcommand_value: bool, subcommands: list[str] | Constants, value: SettingsEntryValue, version_added: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `SubCommand`: 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 `SubCommand`: 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: [description: str, epilog: str | None, name: str, version_added: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `ApplicationConfiguration`: 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 `ApplicationConfiguration`: 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: [application_name: str, application_version: Constants | str, entries: list[SettingsEntry], initial: Any, internals: Internals, original_command: list[str], post_processor: NavigatorPostProcessor | None, subcommands: list[SubCommand]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Method `ApplicationConfiguration.subcommand` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `ApplicationConfiguration.subcommand` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['TypeError'].
    DOC601: Class `VolumeMountOption`: 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 `VolumeMountOption`: 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: [OVERLAY: , Z: , ro: , rw: , z: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `VolumeMount`: 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 `VolumeMount`: 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: [fs_destination: str, fs_source: str, options: tuple[VolumeMountOption, ...], options_string: InitVar[str], settings_entry: str, source: Constants]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `Mode`: 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 `Mode`: 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: [INTERACTIVE: str, STDOUT: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `ModeChangeRequest`: 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 `ModeChangeRequest`: 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: [entry: str, mode: Mode]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `PaeChangeRequest`: 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 `PaeChangeRequest`: 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: [entry: str, playbook_artifact_enable: bool]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/configuration_subsystem/defs_presentable.py
    DOC601: Class `PresentableCliParameters`: 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 `PresentableCliParameters`: 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: [NO_LONG_MSG: ClassVar[str], NO_SHORT_MSG: ClassVar[str], long: str, short: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `PresentableSettingsEntry`: 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 `PresentableSettingsEntry`: 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: [choices: list[str | bool], cli_parameters: PresentableCliParameters, current_settings_file: str, current_value: PresentableSettingsEntryValue, default: bool, default_value: PresentableSettingsEntryValue, description: str, env_var: str, name: str, settings_file_sample: str | dict[Any, Any], source: str, subcommands: list[str], version_added: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC104: Method `PresentableSettingsEntry.from_settings_entry`: Arguments are the same in the docstring and the function signature, but are in a different order.
    DOC105: Method `PresentableSettingsEntry.from_settings_entry`: Argument names match, but type hints in these args do not match: all_subcommands, application_name_dashed, entry, settings_file_path
--------------------
src/ansible_navigator/configuration_subsystem/navigator_configuration.py
    DOC601: Class `Internals`: 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 `Internals`: 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: [action_packages: tuple[str], ansible_configuration: AnsibleConfiguration, cache_path: Path, collection_doc_cache: C | KeyValueStore, initialization_exit_messages: , initialization_messages: , initializing: bool, settings_file_path: str | None, settings_source: C]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/configuration_subsystem/navigator_post_processor.py
    DOC601: Class `NavigatorPostProcessor`: 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 `NavigatorPostProcessor`: 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: [ansible_runner_write_job_events: , editor_console: , enable_prompts: , exec_shell: , help_builder: , help_config: , help_doc: , help_inventory: , help_playbook: , log_append: , osc4: , settings_effective: , settings_sample: , settings_sources: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/configuration_subsystem/parser.py
    DOC501: Method `Parser.generate_argument` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `Parser.generate_argument` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['NotImplementedError'].
--------------------
src/ansible_navigator/configuration_subsystem/utils.py
    DOC601: Class `AnsibleConfiguration`: 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 `AnsibleConfiguration`: 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: [contents: Constants | dict[str, dict[str, bool | int | float | str]], path: Constants | Path, text: Constants | list[str]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `ParseAnsibleCfgResponse`: 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 `ParseAnsibleCfgResponse`: 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: [config: AnsibleConfiguration, exit_messages: list[ExitMessage], messages: list[LogMessage]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `parse_ansible_verison` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `parse_ansible_verison` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['TypeError'].
--------------------
src/ansible_navigator/content_defs.py
    DOC601: Class `ContentView`: 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 `ContentView`: 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: [FULL: , NORMAL: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `SerializationFormat`: 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 `SerializationFormat`: 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: [JSON: , YAML: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `CFormat`: 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 `CFormat`: 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: [file_extension: str, scope: str, serialization: SerializationFormat | None]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `ContentFormat`: 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 `ContentFormat`: 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: [ANSI: , JSON: , LOG: , MARKDOWN: , TXT: , YAML: , YAML_TXT: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/data/image_introspect.py
    DOC601: Class `Command`: 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 `Command`: 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: [command: str, details: list[str] | dict[Any, Any] | list[dict[Any, Any]] | str, errors: list[str], id_: str, parse: Callable[..., Any], stderr: str, stdout: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Method `CommandRunner.start_workers` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `CommandRunner.start_workers` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['RuntimeError'].
--------------------
src/ansible_navigator/diagnostics.py
    DOC601: Class `Collector`: 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 `Collector`: 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: [name: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `Diagnostics`: 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 `Diagnostics`: 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: [__WARNING__: dict[str, JSONTypes], basics: dict[str, JSONTypes], container_engines: dict[str, JSONTypes], execution_environment: dict[str, JSONTypes], initialization: dict[str, JSONTypes], local_system: dict[str, JSONTypes], logs: dict[str, JSONTypes], python_packages: dict[str, JSONTypes], settings: dict[str, JSONTypes], settings_file: dict[str, JSONTypes]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `DiagnosticsCollector`: 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 `DiagnosticsCollector`: 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: [WARNING: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC503: Method `DiagnosticsCollector._local_system` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: ['FailedCollectionError']. Raised exceptions in the body: ['FailedCollectionError', 'RuntimeError'].
--------------------
src/ansible_navigator/image_manager/inspector.py
    DOC501: Function `inspect_all` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `inspect_all` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['TypeError'].
--------------------
src/ansible_navigator/image_manager/puller.py
    DOC601: Class `ImageAssessment`: 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 `ImageAssessment`: 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: [exit_messages: list[ExitMessage], messages: list[LogMessage], pull_required: bool]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/runner/base.py
    DOC104: Method `Base.__init__`: Arguments are the same in the docstring and the function signature, but are in a different order.
    DOC105: Method `Base.__init__`: Argument names match, but type hints in these args do not match: private_data_dir, container_engine, execution_environment, execution_environment_image, navigator_mode, container_volume_mounts, container_options, container_workdir, set_environment_variable, pass_environment_variable, host_cwd, rotate_artifacts, timeout
--------------------
src/ansible_navigator/steps.py
    DOC111: Method `Step.changed`: The option `--arg-type-hints-in-docstring` is `False` but there are type hints in the docstring arg list
    DOC111: Method `Step.index`: The option `--arg-type-hints-in-docstring` is `False` but there are type hints in the docstring arg list
    DOC111: Method `Step.value`: The option `--arg-type-hints-in-docstring` is `False` but there are type hints in the docstring arg list
    DOC503: Method `Step._value_check` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: ['ValueError']. Raised exceptions in the body: ['TypeError'].
    DOC601: Class `StepType`: 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 `StepType`: 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: [CONTENT: , MENU: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `TypedStep`: 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 `TypedStep`: 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: [_index: int | None, _index_changed: bool, _value: Sequence[T], _value_changed: bool, columns: list[str] | None, name: str, select_func: Callable[[], TypedStep[Any]] | None, show_func: Callable[[], None] | None, step_type: StepType]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/tm_tokenize/fchainmap.py
    DOC201: Method `Indexable.__getitem__` does not have a return section in docstring
--------------------
src/ansible_navigator/tm_tokenize/tokenize.py
    DOC101: Function `tokenize`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `tokenize`: 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: [compiler: Compiler, first_line: bool, line: str, state: State].
    DOC201: Function `tokenize` does not have a return section in docstring
--------------------
src/ansible_navigator/tm_tokenize/utils.py
    DOC101: Function `uniquely_constructed`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `uniquely_constructed`: 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: [t: T].
    DOC201: Function `uniquely_constructed` does not have a return section in docstring
--------------------
src/ansible_navigator/ui_framework/curses_defs.py
    DOC601: Class `CursesLinePart`: 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 `CursesLinePart`: 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: [color: int, column: int, decoration: int, string: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `SimpleLinePart`: 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 `SimpleLinePart`: 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: [chars: str, color: RgbTuple | None, column: int, style: str | None]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/ui_framework/curses_window.py
    DOC111: Method `CursesWindow._add_line`: The option `--arg-type-hints-in-docstring` is `False` but there are type hints in the docstring arg list
--------------------
src/ansible_navigator/ui_framework/field_button.py
    DOC601: Class `FieldButton`: 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 `FieldButton`: 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: [color: int, disabled: bool, name: str, pressed: bool, text: str, validator: Callable[..., Any], win: Window | None, window_handler: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/ui_framework/field_checks.py
    DOC601: Class `FieldChecks`: 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 `FieldChecks`: 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: [current_error: str, max_selected: int, min_selected: int, name: str, options: list[Any], prompt: str, valid: Unknown | bool, win: Window | None, window_handler: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/ui_framework/field_curses_information.py
    DOC601: Class `FieldCursesInformation`: 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 `FieldCursesInformation`: 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: [current_error: str, information: CursesLines, name: str, valid: bool | Unknown, validator: Callable[..., Any], win: Window | None, window_handler: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/ui_framework/field_information.py
    DOC601: Class `FieldInformation`: 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 `FieldInformation`: 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: [current_error: str, information: list[str], name: str, valid: bool | Unknown, validator: Callable[..., Any], win: Window | None, window_handler: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/ui_framework/field_option.py
    DOC601: Class `FieldOption`: 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 `FieldOption`: 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: [checked: bool, disabled: bool, name: str, text: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/ui_framework/field_radio.py
    DOC601: Class `FieldRadio`: 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 `FieldRadio`: 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: [current_error: str, name: str, options: list[Any], prompt: str, valid: Unknown | bool, win: Window | None, window_handler: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Method `FieldRadio.validator` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `FieldRadio.validator` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['TypeError'].
--------------------
src/ansible_navigator/ui_framework/field_text.py
    DOC601: Class `FieldText`: 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 `FieldText`: 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: [current_error: str, default: Any, name: str, prompt: str, response: str | Unknown, valid: bool | Unknown, validator: Callable[..., Any], value: Any, win: Window | None, window_handler: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/ui_framework/field_working.py
    DOC601: Class `FieldWorking`: 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 `FieldWorking`: 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: [current_error: str, messages: list[str], name: str, valid: bool | Unknown, validator: Callable[..., Any], win: Window | None, window_handler: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/ui_framework/form.py
    DOC601: Class `Form`: 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 `Form`: 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: [_dict: dict[Any, Any], cancelled: bool, fields: list[Any], submitted: bool, title: str, title_color: int, type_: FormType]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/ui_framework/form_defs.py
    DOC601: Class `FormType`: 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 `FormType`: 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: [FORM: , NOTIFICATION: , WORKING: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/ui_framework/form_handler_button.py
    DOC501: Method `FormHandlerButton.populate` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `FormHandlerButton.populate` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['RuntimeError'].
    DOC104: Method `FormHandlerButton.handle`: Arguments are the same in the docstring and the function signature, but are in a different order.
    DOC105: Method `FormHandlerButton.handle`: Argument names match, but type hints in these args do not match: idx, form_fields
--------------------
src/ansible_navigator/ui_framework/form_handler_options.py
    DOC104: Method `FormHandlerOptions.handle`: Arguments are the same in the docstring and the function signature, but are in a different order.
    DOC105: Method `FormHandlerOptions.handle`: Argument names match, but type hints in these args do not match: idx, form_fields
    DOC501: Method `FormHandlerOptions.handle` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `FormHandlerOptions.handle` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['RuntimeError'].
--------------------
src/ansible_navigator/ui_framework/form_utils.py
    DOC104: Function `settings_notification`: Arguments are the same in the docstring and the function signature, but are in a different order.
    DOC105: Function `settings_notification`: Argument names match, but type hints in these args do not match: color, messages
--------------------
src/ansible_navigator/ui_framework/sentinels.py
    DOC601: Class `Singleton`: 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 `Singleton`: 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: [_instances: dict[Any, Singleton]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/ui_framework/ui.py
    DOC601: Class `Action`: 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 `Action`: 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: [match: Match[str], value: str | int]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `Content`: 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 `Content`: 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: [showing: Any]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `Menu`: 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 `Menu`: 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: [columns: list[str], current: ContentTypeSequence]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC201: Method `ContentFormatCallable.__call__` does not have a return section in docstring
    DOC201: Method `ShowCallable.__call__` does not have a return section in docstring
    DOC601: Class `Ui`: 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 `Ui`: 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: [clear: Callable[..., Any], content_format: ContentFormatCallable, menu_filter: Callable[..., Any], scroll: Callable[..., Any], show: ShowCallable, show_form: Callable[[Form], Form], update_status: Callable[..., Any]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `Interaction`: 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 `Interaction`: 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: [action: Action, content: Content | None, menu: Menu | None, name: str, ui: Ui]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/ui_framework/ui_config.py
    DOC601: Class `UIConfig`: 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 `UIConfig`: 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: [color: bool, colors_initialized: bool, grammar_dir: Traversable, osc4: bool, terminal_colors_path: Traversable, theme_path: Traversable]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/ui_framework/ui_constants.py
    DOC601: Class `Color`: 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 `Color`: 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: [BLACK: , BLUE: , BRIGHT_BLUE: , BRIGHT_CYAN: , BRIGHT_GREEN: , BRIGHT_MAGENTA: , BRIGHT_RED: , BRIGHT_WHITE: , BRIGHT_YELLOW: , CYAN: , GREEN: , GREY: , MAGENTA: , RED: , WHITE: , YELLOW: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `Decoration`: 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 `Decoration`: 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: [BOLD: , ITALIC: , NORMAL: , UNDERLINE: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/ui_framework/utils.py
    DOC111: Function `distribute`: The option `--arg-type-hints-in-docstring` is `False` but there are type hints in the docstring arg list
--------------------
src/ansible_navigator/ui_framework/validators.py
    DOC601: Class `Validation`: 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 `Validation`: 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: [error_msg: str, value: Any]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/utils/definitions.py
    DOC601: Class `Color`: 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 `Color`: 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: [BLACK: , BLUE: , BRIGHT_BLUE: , BRIGHT_CYAN: , BRIGHT_GREEN: , BRIGHT_MAGENTA: , BRIGHT_RED: , BRIGHT_WHITE: , BRIGHT_YELLOW: , CYAN: , END: , GREEN: , GREY: , MAGENTA: , RED: , WHITE: , YELLOW: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `Decoration`: 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 `Decoration`: 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: [BOLD: , END: , REVERSED: , UNDERLINE: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `ExitPrefix`: 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 `ExitPrefix`: 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: [ERROR: , HINT: , NOTE: , WARNING: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `ExitMessage`: 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 `ExitMessage`: 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: [message: str, prefix: ExitPrefix]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `ExitMessages`: 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 `ExitMessages`: 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: [messages: list[ExitMessage]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `LogMessage`: 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 `LogMessage`: 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: [level: int, message: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/utils/dot_paths.py
    DOC601: Class `MergeBehaviors`: 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 `MergeBehaviors`: 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: [DICT_DICT_REPLACE: , DICT_DICT_UPDATE: , LIST_APPEND: , LIST_LIST_EXTEND: , LIST_LIST_REPLACE: , LIST_REPLACE: , LIST_SORT: , LIST_UNIQUE: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC104: Function `move_to_path`: Arguments are the same in the docstring and the function signature, but are in a different order.
    DOC105: Function `move_to_path`: Argument names match, but type hints in these args do not match: behaviors, content, new_path, old_path
--------------------
src/ansible_navigator/utils/functions.py
    DOC501: Function `escape_moustaches` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `escape_moustaches` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['TypeError'].
--------------------
src/ansible_navigator/utils/json_schema.py
    DOC601: Class `JsonSchemaError`: 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 `JsonSchemaError`: 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: [data_path: str, expected: bool | int | str, found: str, json_path: str, message: str, relative_schema: str, schema_path: str, validator: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `validate` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `validate` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['TypeError'].
--------------------
src/ansible_navigator/utils/key_value_store.py
    DOC501: Method `KeyValueStore.__len__` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `KeyValueStore.__len__` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['TypeError'].
--------------------
src/ansible_navigator/utils/packaged_data.py
    DOC601: Class `ImageEntry`: 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 `ImageEntry`: 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: [DEFAULT_EE: , PULLABLE_IMAGE: , SMALL_IMAGE: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC104: Function `retrieve_content`: Arguments are the same in the docstring and the function signature, but are in a different order.
    DOC105: Function `retrieve_content`: Argument names match, but type hints in these args do not match: filename, app_name
    DOC104: Function `path_to_file`: Arguments are the same in the docstring and the function signature, but are in a different order.
    DOC105: Function `path_to_file`: Argument names match, but type hints in these args do not match: filename, app_name
--------------------
src/ansible_navigator/utils/serialize.py
    DOC601: Class `JsonParams`: 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 `JsonParams`: 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: [ensure_ascii: bool, indent: int, sort_keys: bool]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `YamlStyle`: 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 `YamlStyle`: 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: [allow_unicode: bool, default_flow_style: bool, explicit_start: bool]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC104: Function `write_diagnostics_json`: Arguments are the same in the docstring and the function signature, but are in a different order.
    DOC105: Function `write_diagnostics_json`: Argument names match, but type hints in these args do not match: path, mode, content
--------------------
src/ansible_navigator/utils/version_migration/definitions.py
    DOC601: Class `MigrationType`: 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 `MigrationType`: 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: [SETTINGS_FILE: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `Migration`: 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 `Migration`: 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: [name: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/utils/version_migration/settings_file.py
    DOC601: Class `SettingsFile`: 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 `SettingsFile`: 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: [name: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
src/ansible_navigator/utils/version_migration/v1_v2_settings_file.py
    DOC601: Class `V1V2SettingsFile`: 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 `V1V2SettingsFile`: 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: [migration_type: MigrationType, name: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/conftest.py
    DOC201: Method `TCmdInTty.__call__` does not have a return section in docstring
    DOC101: Function `is_config_empty`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `is_config_empty`: 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: [filename: Path].
    DOC201: Function `is_config_empty` does not have a return section in docstring
    DOC101: Function `skip_if_already_failed`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `skip_if_already_failed`: 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: [failed: set[str], request: pytest.FixtureRequest].
--------------------
tests/defaults.py
    DOC601: Class `BaseScenario`: 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 `BaseScenario`: 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: [name: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/_cli2runner.py
    DOC601: Class `Cli2Runner`: 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 `Cli2Runner`: 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: [INTERACTIVE: , STDOUT: , cli_entry: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/_common.py
    DOC501: Function `retrieve_fixture_for_step` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `retrieve_fixture_for_step` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC601: Class `Parameter`: 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 `Parameter`: 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: [name: str, value: bool | str | list[str] | Path]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/_interactions.py
    DOC601: Class `SearchFor`: 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 `SearchFor`: 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: [HELP: , PROMPT: , WARNING: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `Command`: 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 `Command`: 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: [cmdline: str | None, command: str, execution_environment: bool, format_: str | None, log_level: str, mode: str, pass_environment_variables: list[str], preclear: bool, precommand: str, raw_append: str, subcommand: str | None]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `UiTestStep`: 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 `UiTestStep`: 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: [absent: list[str], comment: str, mask: bool, present: list[str], search_within_response: SearchFor | str | list[str], step_index: int, user_input: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/_tmux_session.py
    DOC601: Class `TmuxSessionKwargs`: 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 `TmuxSessionKwargs`: 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: [config_path: Path, cwd: Path, pane_height: int, pane_width: int, pull_policy: str, request: pytest.FixtureRequest, setup_commands: list[str], shell_prompt_timeout: int]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Method `TmuxSession._capture_pane` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `TmuxSession._capture_pane` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['RuntimeError'].
--------------------
tests/integration/actions/collections/base.py
    DOC601: Class `BaseClass`: 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 `BaseClass`: 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: [pane_height: , pane_width: , update_fixtures: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC503: Method `BaseClass.test` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: ['ValueError']. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)', 'ValueError'].
--------------------
tests/integration/actions/collections/test_direct_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [update_fixtures: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/collections/test_direct_interactive_ee_with_volmount.py
    DOC601: Class `Test`: 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 `Test`: 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: [update_fixtures: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/collections/test_direct_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [update_fixtures: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/collections/test_welcome_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [update_fixtures: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/collections/test_welcome_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [update_fixtures: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/config/base.py
    DOC601: Class `BaseClass`: 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 `BaseClass`: 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: [PANE_HEIGHT: , PANE_WIDTH: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC503: Method `BaseClass.test` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: ['ValueError']. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)', 'ValueError'].
--------------------
tests/integration/actions/config/test_direct_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/config/test_direct_interactive_ee_using_cfg.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/config/test_direct_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/config/test_welcome_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/config/test_welcome_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/config/test_welcome_interactive_param_use.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/config/test_welcome_interactive_specified_config.py
    DOC601: Class `Test`: 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 `Test`: 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: [PANE_HEIGHT: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/doc/base.py
    DOC601: Class `BaseClass`: 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 `BaseClass`: 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: [TEST_FOR_MODE: str | None, UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC503: Method `BaseClass.test` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: ['ValueError']. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)', 'ValueError'].
--------------------
tests/integration/actions/doc/test_direct_interactive_ee.py
    DOC601: Class `TestModuleDoc`: 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 `TestModuleDoc`: 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: [TEST_FOR_MODE: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `TestLookUpDoc`: 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 `TestLookUpDoc`: 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: [TEST_FOR_MODE: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `TestFilterDoc`: 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 `TestFilterDoc`: 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: [TEST_FOR_MODE: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `TestModuleDocNotExist`: 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 `TestModuleDocNotExist`: 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: [TEST_FOR_MODE: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/doc/test_direct_interactive_noee.py
    DOC601: Class `TestModuleDoc`: 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 `TestModuleDoc`: 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: [TEST_FOR_MODE: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `TestLookUpDoc`: 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 `TestLookUpDoc`: 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: [TEST_FOR_MODE: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `TestFilterDoc`: 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 `TestFilterDoc`: 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: [TEST_FOR_MODE: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `TestModuleDocNotExist`: 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 `TestModuleDocNotExist`: 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: [TEST_FOR_MODE: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/doc/test_welcome_interactive_ee.py
    DOC601: Class `TestModuleDoc`: 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 `TestModuleDoc`: 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: [TEST_FOR_MODE: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `TestLookUpDoc`: 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 `TestLookUpDoc`: 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: [TEST_FOR_MODE: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `TestFilterDoc`: 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 `TestFilterDoc`: 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: [TEST_FOR_MODE: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `TestModuleDocNotExist`: 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 `TestModuleDocNotExist`: 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: [TEST_FOR_MODE: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/doc/test_welcome_interactive_noee.py
    DOC601: Class `TestModuleDoc`: 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 `TestModuleDoc`: 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: [TEST_FOR_MODE: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `TestLookUpDoc`: 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 `TestLookUpDoc`: 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: [TEST_FOR_MODE: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `TestFilterDoc`: 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 `TestFilterDoc`: 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: [TEST_FOR_MODE: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `TestModuleDocNotExist`: 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 `TestModuleDocNotExist`: 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: [TEST_FOR_MODE: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/exec/base.py
    DOC601: Class `BaseClass`: 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 `BaseClass`: 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: [config_file: Path | None, pane_height: , pane_width: , update_fixtures: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Method `BaseClass.fixture_tmux_session` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `BaseClass.fixture_tmux_session` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC503: Method `BaseClass.test` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: ['ValueError']. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)', 'ValueError'].
--------------------
tests/integration/actions/images/base.py
    DOC601: Class `BaseClass`: 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 `BaseClass`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC503: Method `BaseClass.test` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: ['ValueError']. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)', 'ValueError'].
--------------------
tests/integration/actions/images/test_direct_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/images/test_direct_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/images/test_welcome_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/images/test_welcome_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/inventory/base.py
    DOC601: Class `BaseClass`: 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 `BaseClass`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC503: Method `BaseClass.test` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: ['ValueError']. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)', 'ValueError'].
--------------------
tests/integration/actions/inventory/test_direct_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/inventory/test_direct_interactive_ee_errors.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/inventory/test_direct_interactive_ee_using_cfg.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/inventory/test_direct_interactive_ee_using_plugin.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/inventory/test_direct_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/inventory/test_direct_interactive_noee_errors.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/inventory/test_direct_interactive_noee_using_cfg.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/inventory/test_direct_interactive_noee_using_plugin.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/inventory/test_welcome_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/inventory/test_welcome_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/lint/base.py
    DOC601: Class `BaseClass`: 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 `BaseClass`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Method `BaseClass.test` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `BaseClass.test` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/integration/actions/lint/test_direct_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/lint/test_direct_interactive_no_errors_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/lint/test_direct_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/lint/test_welcome_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/lint/test_welcome_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/replay/base.py
    DOC601: Class `BaseClass`: 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 `BaseClass`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Method `BaseClass.test` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `BaseClass.test` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/integration/actions/replay/test_direct_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/replay/test_direct_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/replay/test_welcome_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/replay/test_welcome_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/run/base.py
    DOC601: Class `BaseClass`: 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 `BaseClass`: 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: [TEST_FOR_MODE: str | None, UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Method `BaseClass.test` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `BaseClass.test` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/integration/actions/run/test_direct_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/run/test_direct_interactive_ee_collection.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/run/test_direct_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/run/test_direct_interactive_noee_collection.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/run/test_welcome_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/run/test_welcome_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/run_unicode/base.py
    DOC601: Class `BaseClass`: 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 `BaseClass`: 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: [TEST_FOR_MODE: str | None, UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Method `BaseClass.test` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `BaseClass.test` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/integration/actions/run_unicode/test_direct_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/run_unicode/test_direct_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/settings/base.py
    DOC601: Class `BaseClass`: 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 `BaseClass`: 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: [PANE_HEIGHT: , PANE_WIDTH: , UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC503: Method `BaseClass.test` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: ['ValueError']. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)', 'ValueError'].
--------------------
tests/integration/actions/settings/test_direct_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/settings/test_direct_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/settings/test_welcome_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/settings/test_welcome_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/templar/base.py
    DOC601: Class `BaseClass`: 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 `BaseClass`: 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: [TEST_FOR_MODE: str | None, UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Method `BaseClass.test` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `BaseClass.test` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/integration/actions/templar/test_direct_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/templar/test_direct_interactive_ee_readme.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/templar/test_direct_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/templar/test_welcome_interactive_ee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/actions/templar/test_welcome_interactive_noee.py
    DOC601: Class `Test`: 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 `Test`: 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: [UPDATE_FIXTURES: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/integration/conftest.py
    DOC402: Function `action_run_stdout` has "yield" statements, but the docstring does not have a "Yields" section
--------------------
tests/integration/settings_from_cli/test_json_schema_errors.py
    DOC601: Class `Scenario`: 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 `Scenario`: 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: [command: tuple[str, ...], comment: str, messages: tuple[str, ...], settings_file: Path]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC104: Function `test`: Arguments are the same in the docstring and the function signature, but are in a different order.
    DOC105: Function `test`: Argument names match, but type hints in these args do not match: data, subtests, tmp_path
--------------------
tests/integration/test_execution_environment.py
    DOC601: Class `Test`: 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 `Test`: 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: [INTERACTIVE: , STDOUT: , TEST_DIR_NAME: , TEST_FIXTURE_DIR: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Method `Test.run_test` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `Test.run_test` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/integration/test_execution_environment_image.py
    DOC601: Class `Test`: 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 `Test`: 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: [INTERACTIVE: , STDOUT: , TEST_DIR_NAME: , TEST_FIXTURE_DIR: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Method `Test.run_test` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `Test.run_test` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/integration/test_pass_environment_variable.py
    DOC601: Class `Test`: 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 `Test`: 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: [INTERACTIVE: , STDOUT: , TEST_DIR_NAME: , TEST_FIXTURE_DIR: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Method `Test.run_test` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `Test.run_test` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/integration/test_set_environment_variable.py
    DOC601: Class `Test`: 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 `Test`: 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: [INTERACTIVE: , STDOUT: , TEST_DIR_NAME: , TEST_FIXTURE_DIR: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Method `Test.run_test` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `Test.run_test` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/smoke/no_test_dependencies.py
    DOC601: Class `NavigatorCommand`: 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 `NavigatorCommand`: 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: [ee_tests: tuple[bool, bool], find: str, set_env: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `PartialCommand`: 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 `PartialCommand`: 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: [ee_support: tuple[bool, ...], find: str, params: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Method `Test.test` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Method `Test.test` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/actions/collections/test_collection_doc_cache_path.py
    DOC601: Class `TstData`: 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 `TstData`: 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: [description: str, path: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `test_for_duplicates_sources` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_for_duplicates_sources` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/actions/run/test_artifact.py
    DOC601: Class `Scenario`: 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 `Scenario`: 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: [enable_prompts: bool, filename: str | None, help_playbook: bool, name: str, playbook: str, playbook_artifact_enable: bool, re_match: Pattern[str] | None, starts_with: str | None, time_zone: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `test_artifact_path` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_artifact_path` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_artifact_contents` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_artifact_contents` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/actions/run/test_runner_async.py
    DOC601: Class `Scenario`: 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 `Scenario`: 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: [cmdline: list[str] | None, container_engine: str | None, container_options: list[str] | None, container_volume_mounts: list[str] | None, execution_environment: bool | None, execution_environment_image: str | None, expected: dict[str, Any], help_playbook: bool, inventory: list[str] | None, mode: str | None, name: str, pass_environment_variable: list[str] | None, playbook: str | None, playbook_artifact_enable: bool, private_data_dir: str | None, rotate_artifacts: int | None, set_environment_variable: dict[str, str] | None, timeout: int | None, write_job_events: bool]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
tests/unit/actions/settings/test_settings.py
    DOC601: Class `ColorMenuTestEntry`: 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 `ColorMenuTestEntry`: 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: [color: int, comment: str, decoration: int, default: bool]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `test_color_menu` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_color_menu` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC601: Class `ContentHeadingEntry`: 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 `ContentHeadingEntry`: 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: [color: int, comment: str, content: PresentableSettingsEntry]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `test_content_heading` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_content_heading` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/actions/test_config.py
    DOC501: Function `test_config_color_menu_true` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_config_color_menu_true` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_config_color_menu_false` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_config_color_menu_false` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_config_content_heading_true` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_config_content_heading_true` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_config_content_heading_false` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_config_content_heading_false` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_config_filter_content_keys` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_config_filter_content_keys` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC101: Function `test_parse_and_merge`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `test_parse_and_merge`: 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: [dump_output: str, expected_config: list[str], list_output: str].
    DOC501: Function `test_parse_and_merge` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_parse_and_merge` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/actions/test_exec.py
    DOC601: Class `CommandTestData`: 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 `CommandTestData`: 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: [command: str, default_exec_command: bool, name: str, result_command: str, result_params: list[str], use_shell: bool]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `test_command_generation` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_command_generation` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/actions/test_inventory.py
    DOC501: Function `test_color_menu_true` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_color_menu_true` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_content_heading_true` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_content_heading_true` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_filter_content_keys` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_filter_content_keys` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/conftest.py
    DOC601: Class `GenerateConfigResponse`: 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 `GenerateConfigResponse`: 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: [application_configuration: ApplicationConfiguration, exit_messages: list[ExitMessage], messages: list[LogMessage], settings_contents: dict[Any, Any]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC104: Method `GenerateConfigCallable.__call__`: Arguments are the same in the docstring and the function signature, but are in a different order.
    DOC105: Method `GenerateConfigCallable.__call__`: Argument names match, but type hints in these args do not match: params, settings_file_name, initial
    DOC201: Method `GenerateConfigCallable.__call__` does not have a return section in docstring
    DOC104: Function `_generate_config`: Arguments are the same in the docstring and the function signature, but are in a different order.
    DOC105: Function `_generate_config`: Argument names match, but type hints in these args do not match: params, settings_file_name, initial
--------------------
tests/unit/configuration_subsystem/post_processors/test_execution_environment_volume_mounts.py
    DOC601: Class `Scenario`: 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 `Scenario`: 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: [current: bool | str | list[Any] | dict[Any, Any], exit_message_substr: str, expected: bool | str | list[Any] | dict[Any, Any] | None, index: int, name: str, source: C]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `test_ee_volume_mount` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_ee_volume_mount` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/post_processors/test_inventory.py
    DOC501: Function `test_from_ansible_cfg` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_from_ansible_cfg` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/post_processors/test_playbook_artifact_save_as.py
    DOC601: Class `Scenario`: 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 `Scenario`: 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: [current: str | None, exit_message_substr: str, expected: str | None, name: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `test_pas` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_pas` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/post_processors/test_time_zone.py
    DOC601: Class `Scenario`: 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 `Scenario`: 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: [current: bool | str | dict[Any, Any], exit_message_substr: str, expected: str | None, index: int, name: str, source: C]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `test_pp_direct` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_pp_direct` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_env_var` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_env_var` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_ansible_config_parse.py
    DOC501: Function `test_valid_config` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_valid_config` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_valid_configurator` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_valid_configurator` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_valid_home` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_valid_home` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_invalid_config` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_invalid_config` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_invalid_configurator` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_invalid_configurator` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_config_none` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_config_none` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_invalid_path` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_invalid_path` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_broken_settings.py
    DOC501: Function `test_broken_settings_file` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_broken_settings_file` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_garbage_settings_file` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_garbage_settings_file` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_configurator.py
    DOC101: Function `test_editor_command_from_editor`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `test_editor_command_from_editor`: 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: [_mocked_func: Any].
    DOC501: Function `test_editor_command_from_editor` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_editor_command_from_editor` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_container_engine_auto.py
    DOC501: Function `test_ce_auto_podman` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_ce_auto_podman` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_ce_auto_docker` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_ce_auto_docker` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_ce_auto_none` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_ce_auto_none` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_entries_sanity.py
    DOC501: Function `test_entries_no_duplicate_names` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_entries_no_duplicate_names` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_entries_no_duplicate_shorts` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_entries_no_duplicate_shorts` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_entries_alphabetical` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_entries_alphabetical` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_entries_no_dash_in_name` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_entries_no_dash_in_name` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_entries_no_dash_in_environment_variable` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_entries_no_dash_in_environment_variable` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_entries_no_short_long_if_positional` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_entries_no_short_long_if_positional` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_entries_no_underscore_in_path` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_entries_no_underscore_in_path` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_entries_no_current_set` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_entries_no_current_set` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_entries_default_value` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_entries_default_value` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_fixture_sanity.py
    DOC501: Function `test_data_no_missing_env_var_data` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_data_no_missing_env_var_data` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_internals.py
    DOC501: Function `test_settings_file_path_file_none` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_settings_file_path_file_none` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_settings_file_path_file_system` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_settings_file_path_file_system` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_settings_file_path_environment_variable` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_settings_file_path_environment_variable` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_invalid_params.py
    DOC501: Function `test_generate_argparse_error` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_generate_argparse_error` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_inventory_no_inventory` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_inventory_no_inventory` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_ee_false_no_ansible` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_ee_false_no_ansible` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_no_container_engine` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_no_container_engine` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_fail_log_file_dir` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_fail_log_file_dir` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_doc_no_plugin_name` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_doc_no_plugin_name` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_replay_no_artifact` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_replay_no_artifact` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_replay_missing_artifact` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_replay_missing_artifact` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_badly_formatted_env_var` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_badly_formatted_env_var` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_not_a_bool` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_not_a_bool` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_json_schema.py
    DOC501: Function `test_basic` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_basic` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_no_extras` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_no_extras` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_schema_sample_wrong` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_schema_sample_wrong` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_mode_subcommand_action.py
    DOC501: Function `test_import_error` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_import_error` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_subcommand_not_found` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_subcommand_not_found` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_navigator_post_processor.py
    DOC501: Function `test_navigator_volume_mount_to_string` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_navigator_volume_mount_to_string` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_posix_message_queue.py
    DOC501: Function `test_posix_message_queue_ee` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_posix_message_queue_ee` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_precedence.py
    DOC501: Function `test_all_entries_reflect_cli_given_env_vars` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_all_entries_reflect_cli_given_env_vars` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)', 'pytest.fail'].
    DOC501: Function `test_all_entries_reflect_cli_given_settings` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_all_entries_reflect_cli_given_settings` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_all_entries_reflect_cli_given_settings_and_env_vars` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_all_entries_reflect_cli_given_settings_and_env_vars` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)', 'pytest.fail'].
    DOC501: Function `test_all_entries_reflect_default` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_all_entries_reflect_default` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_all_entries_reflect_env_var_given_settings` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_all_entries_reflect_env_var_given_settings` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_all_entries_reflect_settings_given_settings` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_all_entries_reflect_settings_given_settings` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_presentable.py
    DOC501: Function `test_settings_file_entry` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_settings_file_entry` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_settings_entry` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_settings_entry` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_previous_cli.py
    DOC501: Function `test_apply_previous_cli_all` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_apply_previous_cli_all` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_apply_previous_cli_specified` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_apply_previous_cli_specified` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_apply_previous_cli_mixed` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_apply_previous_cli_mixed` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_apply_previous_cli_cmdline_not_applied` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_apply_previous_cli_cmdline_not_applied` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_apply_previous_cli_none` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_apply_previous_cli_none` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_apply_cli_subset_none` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_apply_cli_subset_none` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_sample_configurations.py
    DOC501: Function `test_cmdline_source_not_set` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_cmdline_source_not_set` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_custom_nargs_for_positional` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_custom_nargs_for_positional` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_settings_effective.py
    DOC501: Function `test_settings_defaults` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_settings_defaults` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_settings_env_var_to_full` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_settings_env_var_to_full` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_settings_cli` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_settings_cli` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_settings_env` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_settings_env` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_settings_full` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_settings_full` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_settings_sample.py
    DOC501: Function `test_valid_yaml` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_valid_yaml` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_no_un_templated` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_no_un_templated` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/configuration_subsystem/test_settings_sources.py
    DOC501: Function `test_defaults` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_defaults` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_cli` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_cli` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_env` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_env` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_full` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_full` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/image_manager/test_image_puller.py
    DOC601: Class `TstPullPolicy`: 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 `TstPullPolicy`: 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: [pull_policy: str, pull_required: bool]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `test_do_have` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_do_have` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_do_have_but_latest` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_do_have_but_latest` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_missing_locally` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_missing_locally` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_will_have` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_will_have` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_tag_parsing` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_tag_parsing` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_pull_with_args` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_pull_with_args` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_pull_with_env_arg` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_pull_with_env_arg` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/logger/test_append.py
    DOC601: Class `Scenario`: 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 `Scenario`: 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: [log_append: bool, name: str, repeat: int, session_count: int]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `test_log_append` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_log_append` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/logger/test_time_zone.py
    DOC601: Class `Scenario`: 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 `Scenario`: 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: [name: str, re_match: Pattern[str], time_zone: str | None, will_exit: bool]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC104: Function `test_tz_support`: Arguments are the same in the docstring and the function signature, but are in a different order.
    DOC105: Function `test_tz_support`: Argument names match, but type hints in these args do not match: data, caplog, monkeypatch, tmp_path
    DOC501: Function `test_tz_support` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_tz_support` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/test_catalog_collections.py
    DOC501: Function `test_worker_with_failed_get_docstring` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_worker_with_failed_get_docstring` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_worker_with_invalid_plugin_path` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_worker_with_invalid_plugin_path` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/test_cli.py
    DOC101: Function `test_update_args_general`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `test_update_args_general`: 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: [_mf1: Any].
    DOC501: Function `test_update_args_general` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_update_args_general` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC101: Function `test_editor_command_default`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `test_editor_command_default`: 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: [_mf1: Any].
    DOC501: Function `test_editor_command_default` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_editor_command_default` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC601: Class `TstHint`: 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 `TstHint`: 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: [command: str, expected: str, prefix: str, set_ce: bool]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `test_hints` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_hints` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_no_term` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_no_term` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_for_version_logged` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_for_version_logged` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/test_image_introspection.py
    DOC501: Function `image_introspection` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `image_introspection` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_system_packages_parse_one` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_system_packages_parse_one` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_system_packages_parse_many` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_system_packages_parse_many` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/test_typestep.py
    DOC601: Class `TSTestClass`: 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 `TSTestClass`: 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: [attr_1: int, attr_2: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `test_fixture` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_fixture` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_index` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_index` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_selected` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_selected` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_value` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_value` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/ui_framework/test_colorize.py
    DOC601: Class `Sample`: 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 `Sample`: 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: [content: dict[str, str], content_view: ContentView, serialization_format: SerializationFormat]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `test_basic_success_json` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_basic_success_json` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_basic_success_yaml` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_basic_success_yaml` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_basic_success_log` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_basic_success_log` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_basic_success_no_color` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_basic_success_no_color` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_graceful_failure` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_graceful_failure` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_basic_success_yaml_text` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_basic_success_yaml_text` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_styled_markdown` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_styled_markdown` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/ui_framework/test_progress_bar.py
    DOC501: Function `test_dictionary_running` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_dictionary_running` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_dictionary_complete` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_dictionary_complete` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC601: Class `ContentTest`: 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 `ContentTest`: 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: [_progress: str, other: str, progress: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `test_dataclass_running` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_dataclass_running` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_dataclass_complete` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_dataclass_complete` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/utils/test_dict_merge.py
    DOC501: Function `test_in_place_list_replace_basic` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_in_place_list_replace_basic` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_in_place_list_replace_list` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_in_place_list_replace_list` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_in_place_list_replace_nested` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_in_place_list_replace_nested` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_in_place_list_replace_primitive` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_in_place_list_replace_primitive` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/utils/test_dockerfile.py
    DOC501: Function `test_count` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_count` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_format` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_format` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_get` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_get` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/utils/test_dot_paths.py
    DOC501: Function `test_ascendants_from_path` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_ascendants_from_path` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_check_path` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_check_path` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_delete_with_path` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_delete_with_path` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_descendants_to_path` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_descendants_to_path` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_get_with_path` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_get_with_path` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_remove_and_delete_empty_ascendants_changed` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_remove_and_delete_empty_ascendants_changed` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_remove_and_delete_empty_ascendants_not_changed` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_remove_and_delete_empty_ascendants_not_changed` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC601: Class `Scenario`: 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 `Scenario`: 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: [behaviors: tuple[MergeBehaviors, ...], comment: str, content: dict[Any, Any], expected: MutableMapping[Any, Any] | None, name: str, new_path: str, path: str, value: bool | int | list[Any] | float | str | dict[Any, Any]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `test_place_at_path_success` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_place_at_path_success` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_move` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_move` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/utils/test_functions.py
    DOC501: Function `test_find_many_settings_home` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_find_many_settings_home` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_find_many_settings_cwd` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_find_many_settings_cwd` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_find_many_settings_precedence` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_find_many_settings_precedence` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_env_var_is_file_path` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_env_var_is_file_path` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_flatten_list` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_flatten_list` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC601: Class `HumanTimeTestData`: 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 `HumanTimeTestData`: 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: [expected: str, value: int | float]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `test_human_time_integer` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_human_time_integer` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_human_time_negative_integer` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_human_time_negative_integer` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_human_time_float` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_human_time_float` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_human_time_negative_float` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_human_time_negative_float` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC601: Class `RoundHalfUpTestData`: 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 `RoundHalfUpTestData`: 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: [expected: int, id_: str, value: int | float]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `test_round_half_up` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_round_half_up` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_path_is_relative_to` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_path_is_relative_to` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_now_iso` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_now_iso` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_unescape_moustaches` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_unescape_moustaches` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_get_doc_withast` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_get_doc_withast` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/utils/test_key_value_store.py
    DOC501: Function `test_kvs_save_restore` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_kvs_save_restore` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_kvs_len` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_kvs_len` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_kvs_iterkeys` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_kvs_iterkeys` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_kvs_itervalues` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_kvs_itervalues` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_kvs_iteritems` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_kvs_iteritems` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_kvs_keys` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_kvs_keys` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_kvs_values` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_kvs_values` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_kvs_items` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_kvs_items` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC104: Function `test_kvs_repr`: Arguments are the same in the docstring and the function signature, but are in a different order.
    DOC105: Function `test_kvs_repr`: Argument names match, but type hints in these args do not match: kvs, empty_kvs
    DOC501: Function `test_kvs_repr` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_kvs_repr` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/utils/test_serialize_dataclass.py
    DOC601: Class `ParametrizeView`: 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 `ParametrizeView`: 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: str, argvalues: Iterable[Any], ids: Callable[..., Any]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `ParametrizeFormat`: 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 `ParametrizeFormat`: 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: str, argvalues: Iterable[Any], ids: Callable[..., Any]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `ContentTestSimple`: 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 `ContentTestSimple`: 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: [attr_01: bool, attr_02: int, attr_03: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `ContentTestOverride`: 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 `ContentTestOverride`: 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: [attr_01: bool, attr_02: int, attr_03: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC501: Function `test_content_to_dict` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_content_to_dict` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_content_to_json` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_content_to_json` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_content_to_yaml` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_content_to_yaml` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_content_to_dict_override` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_content_to_dict_override` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_content_to_json_override` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_content_to_json_override` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_content_to_yaml_override` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_content_to_yaml_override` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/utils/test_serialize_yaml.py
    DOC501: Function `test_check_yaml_imports` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_check_yaml_imports` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_anchor_alias` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_anchor_alias` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
tests/unit/utils/test_unserializable.py
    DOC501: Function `test_custom_class` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_custom_class` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
    DOC501: Function `test_deque` has raise/assert statements, but the docstring does not have a "Raises" section
    DOC503: Function `test_deque` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: []. Raised exceptions in the body: ['AssertionError (implicitly from the `assert` statement)'].
--------------------
