clive/__private/cli/beekeeper/main.py
    DOC101: Function `spawn`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `spawn`: 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: [background: bool, echo_address_only: bool].
    DOC101: Function `create_session`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `create_session`: 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: [echo_token_only: bool].
--------------------
clive/__private/cli/commands/abc/contextual_cli_command.py
    DOC201: Method `ContextualCLICommand._create_context_manager_instance` does not have a return section in docstring
--------------------
clive/__private/cli/commands/abc/external_cli_command.py
    DOC101: Method `ExternalCLICommand._supply_with_correct_default_for_working_account`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `ExternalCLICommand._supply_with_correct_default_for_working_account`: 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: [profile: Profile].
--------------------
clive/__private/cli/commands/abc/operation_command.py
    DOC201: Method `OperationCommand._create_operations` does not have a return section in docstring
    DOC402: Method `OperationCommand._create_operations` has "yield" statements, but the docstring does not have a "Yields" section
--------------------
clive/__private/cli/commands/abc/perform_actions_on_transaction_command.py
    DOC201: Method `PerformActionsOnTransactionCommand._get_transaction_content` does not have a return section in docstring
--------------------
clive/__private/cli/commands/beekeeper/beekeeper_spawn.py
    DOC501: Method `BeekeeperSpawn._validate_beekeepers_env_vars_not_set` has raise statements, but the docstring does not have a "Raises" section
    DOC503: Method `BeekeeperSpawn._validate_beekeepers_env_vars_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: ['CLIBeekeeperCannotSpawnNewInstanceWithEnvSetError'].
--------------------
clive/__private/cli/commands/process/process_transfer_schedule.py
    DOC101: Method `_ProcessTransferScheduleCommon._identity_check`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `_ProcessTransferScheduleCommon._identity_check`: 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: [scheduled_transfer: ScheduledTransfer].
    DOC201: Method `_ProcessTransferScheduleCommon._identity_check` does not have a return section in docstring
    DOC201: Method `_ProcessTransferScheduleCommon.fetch_scheduled_transfers_for_current_account` does not have a return section in docstring
    DOC101: Method `_ProcessTransferScheduleCommon.validate_existence`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `_ProcessTransferScheduleCommon.validate_existence`: 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: [should_exists: bool].
    DOC501: Method `_ProcessTransferScheduleCommon.validate_existence` has raise statements, but the docstring does not have a "Raises" section
    DOC503: Method `_ProcessTransferScheduleCommon.validate_existence` 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: ['ProcessTransferScheduleAlreadyExistsError', 'ProcessTransferScheduleDoesNotExistsError'].
    DOC501: Method `_ProcessTransferScheduleCommon.validate_pair_id_should_be_given` has raise statements, but the docstring does not have a "Raises" section
    DOC503: Method `_ProcessTransferScheduleCommon.validate_pair_id_should_be_given` 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: ['ProcessTransferScheduleNullPairIdError'].
    DOC501: Method `_ProcessTransferScheduleCreateModifyCommon.validate_amount_not_a_removal_value` has raise statements, but the docstring does not have a "Raises" section
    DOC503: Method `_ProcessTransferScheduleCreateModifyCommon.validate_amount_not_a_removal_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: ['ProcessTransferScheduleInvalidAmountError'].
--------------------
clive/__private/cli/commands/show/show_transfer_schedule.py
    DOC101: Method `ShowTransferSchedule.__create_table_definition`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `ShowTransferSchedule.__create_table_definition`: 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: [account_scheduled_transfers_data: AccountScheduledTransferData].
    DOC201: Method `ShowTransferSchedule.__create_table_definition` does not have a return section in docstring
    DOC101: Method `ShowTransferSchedule.__create_table_upcoming`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `ShowTransferSchedule.__create_table_upcoming`: 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: [account_scheduled_transfers_data: AccountScheduledTransferData].
    DOC201: Method `ShowTransferSchedule.__create_table_upcoming` does not have a return section in docstring
--------------------
clive/__private/cli/common/parsers.py
    DOC101: Function `_parse_asset`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `_parse_asset`: 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: [*allowed_assets: type[ParsedAssetT], raw: str].
    DOC201: Function `_parse_asset` does not have a return section in docstring
    DOC501: Function `_parse_asset` has raise statements, but the docstring does not have a "Raises" section
    DOC503: Function `_parse_asset` 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: ['typer.BadParameter'].
--------------------
clive/__private/cli/configure/chain_id.py
    DOC101: Function `set_chain_id`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `set_chain_id`: 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: [chain_id: str | None, chain_id_option: str | None].
--------------------
clive/__private/cli/configure/key.py
    DOC101: Function `add_key`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `add_key`: 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: [alias: str | None, alias_option: str | None, key: str | None, key_option: str | None].
    DOC101: Function `remove_key`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `remove_key`: 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: [alias: str | None, alias_option: str | None, from_beekeeper: bool].
--------------------
clive/__private/cli/configure/known_account.py
    DOC101: Function `add_known_account`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `add_known_account`: 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: [account_name: str | None, account_name_option: str | None].
    DOC101: Function `remove_known_account`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `remove_known_account`: 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: [account_name: str | None, account_name_option: str | None].
    DOC101: Function `enable_known_accounts`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `enable_known_accounts`: 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: [ctx: typer.Context].
    DOC101: Function `disable_know_accounts`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `disable_know_accounts`: 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: [ctx: typer.Context].
--------------------
clive/__private/cli/configure/node.py
    DOC101: Function `set_node`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `set_node`: 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: [node_address: str | None, node_address_option: str | None].
--------------------
clive/__private/cli/configure/profile.py
    DOC101: Function `create_profile`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `create_profile`: 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: [profile_name: str | None, profile_name_option: str | None, working_account_name: str | None].
    DOC101: Function `delete_profile`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `delete_profile`: 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: [force: bool, profile_name: str, profile_name_option: str | None].
--------------------
clive/__private/cli/configure/tracked_account.py
    DOC101: Function `add_tracked_account`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `add_tracked_account`: 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: [account_name: str | None, account_name_option: str | None].
    DOC101: Function `remove_tracked_account`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `remove_tracked_account`: 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: [account_name: str | None, account_name_option: str | None].
--------------------
clive/__private/cli/configure/working_account.py
    DOC101: Function `switch_working_account`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `switch_working_account`: 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: [account_name: str, account_name_option: str | None].
--------------------
clive/__private/cli/generate/main.py
    DOC101: Function `generate_key_from_seed`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `generate_key_from_seed`: 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: [account_name: str | None, account_name_option: str | None, only_private_key: bool, only_public_key: bool, role: AuthorityLevel | None, role_option: AuthorityLevel | None].
    DOC101: Function `generate_random_key`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `generate_random_key`: 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: [key_pairs: int, key_pairs_option: int | None].
--------------------
clive/__private/cli/main.py
    DOC101: Function `unlock`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `unlock`: 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: [include_create_new_profile: bool, profile_name: str | None, profile_name_option: str | None, unlock_time_mins: int | None].
--------------------
clive/__private/cli/process/claim.py
    DOC101: Function `process_claim_new_account_token`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_claim_new_account_token`: 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: [autosign: bool | None, broadcast: bool | None, creator: str, fee: str | None, save_file: str | None, sign_with: str | None].
--------------------
clive/__private/cli/process/custom_operations/custom_json.py
    DOC101: Function `process_custom_json`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_custom_json`: 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: [authorize: list[str], authorize_by_active: list[str], autosign: bool | None, broadcast: bool | None, id_: str, json_: str, save_file: str | None, sign_with: str | None].
--------------------
clive/__private/cli/process/hive_power/delegations.py
    DOC101: Function `process_delegations_set`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_delegations_set`: 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: [account_name: str, amount: str, autosign: bool | None, broadcast: bool | None, delegatee: str, force: bool, save_file: str | None, sign_with: str | None].
    DOC101: Function `process_delegations_remove`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_delegations_remove`: 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: [account_name: str, autosign: bool | None, broadcast: bool | None, delegatee: str, save_file: str | None, sign_with: str | None].
--------------------
clive/__private/cli/process/hive_power/power_down.py
    DOC101: Function `process_power_down_start`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_power_down_start`: 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: [account_name: str, amount: str, autosign: bool | None, broadcast: bool | None, save_file: str | None, sign_with: str | None].
    DOC101: Function `process_power_down_restart`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_power_down_restart`: 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: [account_name: str, amount: str, autosign: bool | None, broadcast: bool | None, save_file: str | None, sign_with: str | None].
    DOC101: Function `process_power_down_cancel`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_power_down_cancel`: 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: [account_name: str, autosign: bool | None, broadcast: bool | None, save_file: str | None, sign_with: str | None].
--------------------
clive/__private/cli/process/hive_power/power_up.py
    DOC101: Function `process_power_up`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_power_up`: 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: [amount: str, autosign: bool | None, broadcast: bool | None, force: bool, from_account: str, save_file: str | None, sign_with: str | None, to_account: str].
--------------------
clive/__private/cli/process/hive_power/withdraw_routes.py
    DOC101: Function `process_withdraw_routes_set`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_withdraw_routes_set`: 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: [auto_vest: bool, autosign: bool | None, broadcast: bool | None, force: bool, from_account: str, percent: Decimal, save_file: str | None, sign_with: str | None, to_account: str].
    DOC101: Function `process_withdraw_routes_remove`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_withdraw_routes_remove`: 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: [autosign: bool | None, broadcast: bool | None, from_account: str, save_file: str | None, sign_with: str | None, to_account: str].
--------------------
clive/__private/cli/process/main.py
    DOC101: Function `transfer`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `transfer`: 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: [amount: str, autosign: bool | None, broadcast: bool | None, from_account: str, memo: str, save_file: str | None, sign_with: str | None, to: str].
    DOC101: Function `process_transaction`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_transaction`: 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: [already_signed_mode: AlreadySignedMode, autosign: bool | None, broadcast: bool | None, force: bool, force_unsign: bool, from_file: str, save_file: str | None, sign_with: str | None].
    DOC101: Function `process_update_memo_key`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_update_memo_key`: 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: [account_name: str, autosign: bool | None, broadcast: bool | None, memo_key: str, save_file: str | None, sign_with: str | None].
    DOC101: Function `process_account_creation`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_account_creation`: 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: [active: str | None, active_option: str | None, autosign: bool | None, broadcast: bool | None, creator: str, fee: bool, json_metadata: str, memo: str | None, memo_option: str | None, new_account_name: str | None, new_account_name_option: str | None, owner: str | None, owner_option: str | None, posting: str | None, posting_option: str | None, save_file: str | None, sign_with: str | None].
    DOC101: Function `process_witness_update`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_witness_update`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [account_creation_fee: str | None, account_subsidy_budget: int | None, account_subsidy_decay: int | None, autosign: bool | None, broadcast: bool | None, hbd_exchange_rate: str | None, hbd_interest_rate: Decimal | None, maximum_block_size: int | None, new_signing_key: str | None, save_file: str | None, sign_with: str | None, url: str | None, use_witness_key: bool, witness_name: str].
    DOC101: Function `process_change_recovery_account`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_change_recovery_account`: 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: [account_name: str, autosign: bool | None, broadcast: bool, new_recovery_account: str, save_file: str | None, sign_with: str | None].
--------------------
clive/__private/cli/process/proxy.py
    DOC101: Function `process_proxy_set`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_proxy_set`: 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: [account_name: str, autosign: bool | None, broadcast: bool | None, proxy: str, save_file: str | None, sign_with: str | None].
    DOC101: Function `process_proxy_clear`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_proxy_clear`: 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: [account_name: str, autosign: bool | None, broadcast: bool | None, save_file: str | None, sign_with: str | None].
--------------------
clive/__private/cli/process/savings.py
    DOC101: Function `process_deposit`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_deposit`: 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: [amount: str, autosign: bool | None, broadcast: bool | None, force: bool, from_account: str, memo: str, save_file: str | None, sign_with: str | None, to_account: str].
    DOC101: Function `process_withdrawal`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_withdrawal`: 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: [amount: str, autosign: bool | None, broadcast: bool | None, force: bool, from_account: str, memo: str, request_id: int | None, save_file: str | None, sign_with: str | None, to_account: str].
    DOC101: Function `process_withdrawal_cancel`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_withdrawal_cancel`: 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: [autosign: bool | None, broadcast: bool | None, from_account: str, request_id: int, save_file: str | None, sign_with: str | None].
--------------------
clive/__private/cli/process/transfer_schedule.py
    DOC101: Function `process_transfer_schedule_create`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_transfer_schedule_create`: 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: [amount: str, autosign: bool | None, broadcast: bool | None, force: bool, frequency: timedelta, from_account: str, memo: str, pair_id: int, repeat: int, save_file: str | None, sign_with: str | None, to: str].
    DOC101: Function `process_transfer_schedule_modify`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_transfer_schedule_modify`: 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: [amount: str, autosign: bool | None, broadcast: bool | None, force: bool, frequency: timedelta | None, from_account: str, memo: str | None, pair_id: int | None, repeat: int | None, save_file: str | None, sign_with: str | None, to: str].
    DOC101: Function `process_transfer_schedule_remove`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_transfer_schedule_remove`: 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: [autosign: bool | None, broadcast: bool | None, from_account: str, pair_id: int | None, save_file: str | None, sign_with: str | None, to: str].
--------------------
clive/__private/cli/process/update_authority.py
    DOC101: Function `add_account`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `add_account`: 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: [account: str, autosign: bool | None, broadcast: bool | None, ctx: typer.Context, save_file: str | None, sign_with: str | None, weight: int].
    DOC101: Function `add_key`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `add_key`: 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: [autosign: bool | None, broadcast: bool | None, ctx: typer.Context, key: str, save_file: str | None, sign_with: str | None, weight: int].
    DOC101: Function `remove_account`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `remove_account`: 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: [account: str, autosign: bool | None, broadcast: bool | None, ctx: typer.Context, save_file: str | None, sign_with: str | None].
    DOC101: Function `remove_key`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `remove_key`: 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: [autosign: bool | None, broadcast: bool | None, ctx: typer.Context, key: str, save_file: str | None, sign_with: str | None].
    DOC101: Function `modify_account`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `modify_account`: 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: [account: str, autosign: bool | None, broadcast: bool | None, ctx: typer.Context, save_file: str | None, sign_with: str | None, weight: int].
    DOC101: Function `modify_key`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `modify_key`: 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: [autosign: bool | None, broadcast: bool | None, ctx: typer.Context, key: str, save_file: str | None, sign_with: str | None, weight: int].
    DOC101: Function `set_threshold`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `set_threshold`: 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: [account_name: str, autosign: bool | None, broadcast: bool | None, ctx: typer.Context, save_file: str | None, sign_with: str | None, threshold: int | None].
--------------------
clive/__private/cli/process/vote_proposal.py
    DOC101: Function `process_vote_proposal_add`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_vote_proposal_add`: 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: [account_name: str, autosign: bool | None, broadcast: bool | None, proposal_id: list[int], save_file: str | None, sign_with: str | None].
    DOC101: Function `process_vote_proposal_remove`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_vote_proposal_remove`: 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: [account_name: str, autosign: bool | None, broadcast: bool | None, proposal_id: list[int], save_file: str | None, sign_with: str | None].
--------------------
clive/__private/cli/process/vote_witness.py
    DOC101: Function `process_vote_witness_add`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_vote_witness_add`: 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: [account_name: str, autosign: bool | None, broadcast: bool | None, save_file: str | None, sign_with: str | None, witness_name: str].
    DOC101: Function `process_vote_witness_remove`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_vote_witness_remove`: 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: [account_name: str, autosign: bool | None, broadcast: bool | None, save_file: str | None, sign_with: str | None, witness_name: str].
--------------------
clive/__private/cli/process/voting_rights.py
    DOC101: Function `process_voting_rights_decline`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_voting_rights_decline`: 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: [account_name: str, autosign: bool | None, broadcast: bool, save_file: str | None, sign_with: str | None].
    DOC101: Function `process_voting_rights_cancel_decline`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `process_voting_rights_cancel_decline`: 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: [account_name: str, autosign: bool | None, broadcast: bool, save_file: str | None, sign_with: str | None].
--------------------
clive/__private/cli/show/main.py
    DOC101: Function `show_balances`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_balances`: 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: [account_name: str, account_name_option: str | None].
    DOC101: Function `show_transaction_status`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_transaction_status`: 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: [transaction_id: str | None, transaction_id_option: str | None].
    DOC101: Function `show_proxy`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_proxy`: 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: [account_name: str, account_name_option: str | None].
    DOC101: Function `show_witnesses`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_witnesses`: 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: [account_name: str, account_name_option: str | None, page_no: int, page_size: int].
    DOC101: Function `show_witness`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_witness`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [name: str | None, name_option: str | None].
    DOC101: Function `show_proposals`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_proposals`: 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: [account_name: str, account_name_option: str | None, order_by: ProposalOrders, order_direction: OrderDirections, page_no: int, page_size: int, status: ProposalStatuses].
    DOC101: Function `show_proposal`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_proposal`: 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: [proposal_id: int | None, proposal_id_option: int | None].
    DOC101: Function `show_owner_authority`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_owner_authority`: 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: [account_name: str, account_name_option: str | None].
    DOC101: Function `show_active_authority`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_active_authority`: 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: [account_name: str, account_name_option: str | None].
    DOC101: Function `show_posting_authority`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_posting_authority`: 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: [account_name: str, account_name_option: str | None].
    DOC101: Function `show_memo_key`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_memo_key`: 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: [account_name: str, account_name_option: str | None].
    DOC101: Function `show_hive_power`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_hive_power`: 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: [account_name: str, account_name_option: str | None].
    DOC101: Function `show_new_account_token`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_new_account_token`: 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: [account_name: str, account_name_option: str | None].
    DOC101: Function `show_transfer_schedule`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_transfer_schedule`: 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: [account_name: str, account_name_option: str | None].
    DOC101: Function `show_account`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_account`: 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: [account_name: str, account_name_option: str | None].
--------------------
clive/__private/cli/show/pending.py
    DOC101: Function `show_pending_withdrawals`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_pending_withdrawals`: 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: [account_name: str, account_name_option: str | None].
    DOC101: Function `show_pending_power_ups`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_pending_power_ups`: 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: [account_name: str, account_name_option: str | None].
    DOC101: Function `show_pending_power_down`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_pending_power_down`: 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: [account_name: str, account_name_option: str | None].
    DOC101: Function `show_pending_removed_delegations`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_pending_removed_delegations`: 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: [account_name: str, account_name_option: str | None].
    DOC101: Function `show_pending_change_recovery_account`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_pending_change_recovery_account`: 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: [account_name: str, account_name_option: str | None].
    DOC101: Function `show_pending_decline_voting_rights`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `show_pending_decline_voting_rights`: 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: [account_name: str, account_name_option: str | None].
--------------------
clive/__private/core/_async.py
    DOC101: Function `asyncio_run`: Docstring contains fewer arguments than in function signature.
    DOC103: Function `asyncio_run`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [awaitable: Awaitable[T]].
    DOC201: Function `asyncio_run` does not have a return section in docstring
--------------------
clive/__private/core/_thread.py
    DOC101: Method `CustomThreadPoolExecutor.shutdown`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CustomThreadPoolExecutor.shutdown`: 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: [cancel_futures: bool, wait: bool].
--------------------
clive/__private/core/accounts/account_container.py
    DOC201: Method `AccountContainerBase._sorted_accounts` does not have a return section in docstring
--------------------
clive/__private/core/accounts/account_manager.py
    DOC503: Method `AccountManager.switch_working_account` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: ['AccountAlreadyExistsError', 'AccountNotFoundError']. Raised exceptions in the body: ['AccountAlreadyExistsError'].
    DOC201: Method `AccountManager.get_tracked_account` does not have a return section in docstring
    DOC101: Method `AccountManager._set_watched_account_as_working`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `AccountManager._set_watched_account_as_working`: 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: [watched_account: str | Account].
    DOC502: Method `AccountManager._set_watched_account_as_working` has a "Raises" section in the docstring, but there are not "raise" statements in the body
    DOC502: Method `AccountManager.add_known_account` has a "Raises" section in the docstring, but there are not "raise" statements in the body
    DOC502: Method `AccountManager.get_known_account` has a "Raises" section in the docstring, but there are not "raise" statements in the body
--------------------
clive/__private/core/commands/abc/command_restricted.py
    DOC503: Method `CommandRestricted.execute` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: ['CommandExecutionNotPossibleError']. Raised exceptions in the body: ['self._execution_impossible_error'].
--------------------
clive/__private/core/commands/data_retrieval/chain_data.py
    DOC101: Method `ChainData.__colorize_hbd_print_rate`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `ChainData.__colorize_hbd_print_rate`: 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: [hbd_print_rate: str].
    DOC201: Method `ChainData.__colorize_hbd_print_rate` does not have a return section in docstring
    DOC101: Method `ChainData.__colorize_median_hive_price`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `ChainData.__colorize_median_hive_price`: 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: [median_hive_price: str].
    DOC201: Method `ChainData.__colorize_median_hive_price` does not have a return section in docstring
    DOC101: Method `ChainData.__colorize_participation_count`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `ChainData.__colorize_participation_count`: 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: [participation: str].
    DOC201: Method `ChainData.__colorize_participation_count` does not have a return section in docstring
--------------------
clive/__private/core/commands/data_retrieval/find_scheduled_transfers.py
    DOC101: Method `AccountScheduledTransferData._receiver_check`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `AccountScheduledTransferData._receiver_check`: 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: [receiver: str, scheduled_transfer: ScheduledTransfer].
    DOC201: Method `AccountScheduledTransferData._receiver_check` does not have a return section in docstring
--------------------
clive/__private/core/commands/recover_wallets.py
    DOC501: Method `RecoverWallets._validate_recovery_attempt` has raise statements, but the docstring does not have a "Raises" section
    DOC503: Method `RecoverWallets._validate_recovery_attempt` 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: ['CannotRecoverWalletsError'].
    DOC201: Method `RecoverWallets._recover_wallet` does not have a return section in docstring
    DOC201: Method `RecoverWallets._recover_encryption_wallet` does not have a return section in docstring
    DOC201: Method `RecoverWallets._recover_user_wallet` does not have a return section in docstring
--------------------
clive/__private/core/decimal_conventer.py
    DOC502: Method `DecimalConverter.get_precision` has a "Raises" section in the docstring, but there are not "raise" statements in the body
--------------------
clive/__private/core/error_handlers/abc/error_handler_context_manager.py
    DOC101: Method `ErrorHandlerContextManager.__aexit__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `ErrorHandlerContextManager.__aexit__`: 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: [exc_tb: TracebackType | None, exc_type: type[BaseException] | None, exc_val: BaseException | None].
    DOC201: Method `ErrorHandlerContextManager.__aexit__` does not have a return section in docstring
--------------------
clive/__private/core/error_handlers/abc/error_notificator.py
    DOC101: Method `ErrorNotificator.__aexit__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `ErrorNotificator.__aexit__`: 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: [exc_tb: TracebackType | None, exc_type: type[BaseException] | None, exc_val: BaseException | None].
    DOC201: Method `ErrorNotificator.__aexit__` does not have a return section in docstring
    DOC501: Method `ErrorNotificator.__aexit__` has raise statements, but the docstring does not have a "Raises" section
    DOC503: Method `ErrorNotificator.__aexit__` 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: ['CannotNotifyError'].
--------------------
clive/__private/core/known_exchanges.py
    DOC502: Method `KnownExchanges.get_entity_by_account_name` has a "Raises" section in the docstring, but there are not "raise" statements in the body
--------------------
clive/__private/core/node/node.py
    DOC101: Method `Node._set_address`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `Node._set_address`: 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: [address: HttpUrl].
--------------------
clive/__private/core/profile.py
    DOC502: Method `Profile.save` has a "Raises" section in the docstring, but there are not "raise" statements in the body
    DOC502: Method `Profile.delete` has a "Raises" section in the docstring, but there are not "raise" statements in the body
    DOC502: Method `Profile.load` has a "Raises" section in the docstring, but there are not "raise" statements in the body
    DOC502: Method `Profile.delete_by_name` has a "Raises" section in the docstring, but there are not "raise" statements in the body
    DOC101: Method `Profile._create_instance`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `Profile._create_instance`: 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: [chain_id: str | None, key_aliases: Iterable[PublicKeyAliased] | None, known_accounts: Iterable[str | Account] | None, name: str, node_address: str | HttpUrl | None, should_enable_known_accounts: bool, transaction: Transaction | None, transaction_file_path: Path | None, tui_theme: str, watched_accounts: Iterable[str | Account] | None, working_account: str | Account | None].
    DOC201: Method `Profile._create_instance` does not have a return section in docstring
    DOC101: Method `Profile._update_hash_of_stored_profile`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `Profile._update_hash_of_stored_profile`: 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: [new_hash: int | None].
    DOC101: Method `Profile._set_node_address`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `Profile._set_node_address`: 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: [value: HttpUrl].
--------------------
clive/__private/models/asset.py
    DOC502: Method `Asset.hive` has a "Raises" section in the docstring, but there are not "raise" statements in the body
    DOC502: Method `Asset.hbd` has a "Raises" section in the docstring, but there are not "raise" statements in the body
    DOC502: Method `Asset.vests` has a "Raises" section in the docstring, but there are not "raise" statements in the body
    DOC502: Method `Asset.__convert_amount_to_internal_representation` has a "Raises" section in the docstring, but there are not "raise" statements in the body
--------------------
clive/__private/models/transaction.py
    DOC201: Method `Transaction.__bool__` does not have a return section in docstring
--------------------
clive/__private/storage/service/service.py
    DOC502: Method `PersistentStorageService.save_profile` has a "Raises" section in the docstring, but there are not "raise" statements in the body
    DOC502: Method `PersistentStorageService.load_profile` has a "Raises" section in the docstring, but there are not "raise" statements in the body
    DOC503: Method `PersistentStorageService._load_and_migrate_latest_profile_model` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: ['ProfileDoesNotExistsError', 'ProfileEncryptionError']. Raised exceptions in the body: ['ProfileDoesNotExistsError'].
    DOC101: Method `PersistentStorageService._migrate_profile_model`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `PersistentStorageService._migrate_profile_model`: 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: [profile_filepath: Path, profile_model: ProfileStorageBase].
    DOC201: Method `PersistentStorageService._migrate_profile_model` does not have a return section in docstring
    DOC101: Method `PersistentStorageService._is_model_cls_for_versioned_profile_file_available`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `PersistentStorageService._is_model_cls_for_versioned_profile_file_available`: 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: [path: Path].
    DOC201: Method `PersistentStorageService._is_model_cls_for_versioned_profile_file_available` does not have a return section in docstring
--------------------
clive/__private/ui/app.py
    DOC201: Method `Clive._load_bindings_from_file` does not have a return section in docstring
--------------------
clive/__private/ui/bindings/clive_binding_section.py
    DOC502: Method `CliveBindingSection.from_dict` has a "Raises" section in the docstring, but there are not "raise" statements in the body
--------------------
clive/__private/ui/bindings/clive_bindings.py
    DOC601: Class `CliveBindings`: 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 `CliveBindings`: 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: [app: App, dashboard: Dashboard, help: Help, manage_key_aliases: ManageKeyAliases, operations: Operations, transaction_summary: TransactionSummary]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC502: Function `load_custom_bindings` has a "Raises" section in the docstring, but there are not "raise" statements in the body
--------------------
clive/__private/ui/clive_screen.py
    DOC101: Method `CliveScreen._post_to_children`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveScreen._post_to_children`: 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: Message, node: Widget].
--------------------
clive/__private/ui/dialogs/clive_base_dialogs.py
    DOC201: Method `CliveActionDialog._perform_confirmation` does not have a return section in docstring
--------------------
clive/__private/ui/dialogs/edit_key_alias_dialog.py
    DOC502: Method `EditKeyAliasDialog._validate` has a "Raises" section in the docstring, but there are not "raise" statements in the body
--------------------
clive/__private/ui/dialogs/load_transaction_from_file_dialog.py
    DOC101: Method `LoadTransactionFromFileDialog._validate_operations_to_exchange`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `LoadTransactionFromFileDialog._validate_operations_to_exchange`: 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: [loaded_transaction: Transaction].
    DOC201: Method `LoadTransactionFromFileDialog._validate_operations_to_exchange` does not have a return section in docstring
--------------------
clive/__private/ui/dialogs/remove_key_alias_dialog.py
    DOC502: Method `RemoveKeyAliasDialog.__init__` has a "Raises" section in the docstring, but there are not "raise" statements in the body
    DOC502: Method `RemoveKeyAliasDialog.get_keys_to_remove` has a "Raises" section in the docstring, but there are not "raise" statements in the body
--------------------
clive/__private/ui/dialogs/save_file_base_dialog.py
    DOC101: Method `SaveFileBaseDialog._save_to_file`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `SaveFileBaseDialog._save_to_file`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [file_path: Path].
    DOC201: Method `SaveFileBaseDialog._save_to_file` does not have a return section in docstring
    DOC201: Method `SaveFileBaseDialog._confirm_overwrite_a_file` does not have a return section in docstring
--------------------
clive/__private/ui/forms/create_profile/set_account_form_screen.py
    DOC502: Method `SetAccountFormScreen.account_name` has a "Raises" section in the docstring, but there are not "raise" statements in the body
--------------------
clive/__private/ui/key_alias_base.py
    DOC502: Method `NewKeyAliasBase._private_key` has a "Raises" section in the docstring, but there are not "raise" statements in the body
    DOC502: Method `NewKeyAliasBase._private_key_aliased` has a "Raises" section in the docstring, but there are not "raise" statements in the body
    DOC502: Method `NewKeyAliasBase._validate` has a "Raises" section in the docstring, but there are not "raise" statements in the body
--------------------
clive/__private/ui/screens/account_details/alarms/alarms.py
    DOC101: Method `AlarmsTable._get_actual_account_state`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `AlarmsTable._get_actual_account_state`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [content: Profile].
    DOC201: Method `AlarmsTable._get_actual_account_state` does not have a return section in docstring
--------------------
clive/__private/ui/screens/operations/bindings/operation_action_bindings.py
    DOC201: Method `OperationActionBindings._create_operation` does not have a return section in docstring
    DOC201: Method `OperationActionBindings._create_operations` does not have a return section in docstring
    DOC101: Method `OperationActionBindings._add_to_cart`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `OperationActionBindings._add_to_cart`: 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: [notify: bool, operations: list[OperationUnion]].
--------------------
clive/__private/ui/screens/operations/governance_operations/common_governance/governance_table.py
    DOC101: Method `GovernanceListWidget._create_row`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `GovernanceListWidget._create_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: [data: GovernanceDataT, even: bool].
    DOC201: Method `GovernanceListWidget._create_row` does not have a return section in docstring
--------------------
clive/__private/ui/screens/operations/governance_operations/proxy/proxy.py
    DOC601: Class `Proxy`: 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 `Proxy`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
clive/__private/ui/screens/operations/governance_operations/witness/witness.py
    DOC101: Method `WitnessNameLabel.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `WitnessNameLabel.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [classes: str, witness_name: str].
    DOC601: Class `Witness`: 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 `Witness`: 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: [BINDINGS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `Search`: 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 `Search`: 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: [limit: int, pattern: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `Witnesses`: 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 `Witnesses`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Method `Witnesses._create_operation`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `Witnesses._create_operation`: 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: [vote: bool, witness: str].
    DOC201: Method `Witnesses._create_operation` does not have a return section in docstring
--------------------
clive/__private/ui/screens/operations/hive_power_management/common_hive_power/additional_info_widgets.py
    DOC601: Class `WithdrawalInfo`: 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 `WithdrawalInfo`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Method `WithdrawalInfo.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `WithdrawalInfo.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [provider: HivePowerDataProvider].
--------------------
clive/__private/ui/screens/operations/hive_power_management/delegate_hive_power/delegate_hive_power.py
    DOC601: Class `DelegationsTable`: 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 `DelegationsTable`: 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: [ATTRIBUTE_TO_WATCH: , NO_CONTENT_TEXT: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `DelegateHivePower`: 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 `DelegateHivePower`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
clive/__private/ui/screens/operations/hive_power_management/power_down/power_down.py
    DOC101: Method `WithdrawRoutesDisplay._update_withdraw_routes`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `WithdrawRoutesDisplay._update_withdraw_routes`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [content: HivePowerData | NotUpdatedYet].
    DOC601: Class `PowerDown`: 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 `PowerDown`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC201: Method `PowerDown._calculate_one_withdrawal` does not have a return section in docstring
--------------------
clive/__private/ui/screens/operations/hive_power_management/power_up/power_up.py
    DOC601: Class `PowerUp`: 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 `PowerUp`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
clive/__private/ui/screens/operations/hive_power_management/withdraw_routes/withdraw_routes.py
    DOC601: Class `WithdrawRoutesTable`: 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 `WithdrawRoutesTable`: 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: [ATTRIBUTE_TO_WATCH: , NO_CONTENT_TEXT: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `WithdrawRoutes`: 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 `WithdrawRoutes`: 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_AUTO_VEST: Final[bool], DEFAULT_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
clive/__private/ui/screens/operations/transfer_to_account/transfer_to_account.py
    DOC201: Method `TransferToAccount._check_is_known_exchange_in_input` does not have a return section in docstring
--------------------
clive/__private/ui/screens/settings/account_management/bad_accounts.py
    DOC601: Class `BadAccountsTable`: 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 `BadAccountsTable`: 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: [BINDINGS: , DEFAULT_CSS: , FIRST_PAGE_INDEX: Final[int], MAX_ACCOUNTS_ON_PAGE: Final[int]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `BadAccounts`: 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 `BadAccounts`: 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_CSS: , TITLE: Final[str]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
clive/__private/ui/screens/settings/account_management/common/manage_accounts_tab_pane.py
    DOC601: Class `ManageAccountsTabPane`: 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 `ManageAccountsTabPane`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Method `ManageAccountsTabPane.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `ManageAccountsTabPane.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [accounts_type: AccountsType, title: str].
--------------------
clive/__private/ui/screens/settings/account_management/common/manage_accounts_table.py
    DOC601: Class `ManageAccountsTable`: 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 `ManageAccountsTable`: 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: [ATTRIBUTE_TO_WATCH: , DEFAULT_CSS: , NO_CONTENT_TEXT: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Method `ManageAccountsTable.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `ManageAccountsTable.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [accounts_type: AccountsType].
--------------------
clive/__private/ui/screens/settings/account_management/known_accounts.py
    DOC601: Class `KnownAccounts`: 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 `KnownAccounts`: 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: [TITLE: Final[str]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
clive/__private/ui/screens/settings/account_management/tracked_accounts.py
    DOC601: Class `TrackedAccounts`: 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 `TrackedAccounts`: 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_CSS: , TITLE: Final[str]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
clive/__private/ui/screens/settings/manage_key_aliases/manage_key_aliases.py
    DOC601: Class `ManageKeyAliasesTable`: 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 `ManageKeyAliasesTable`: 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: [ATTRIBUTE_TO_WATCH: , NO_CONTENT_TEXT: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
clive/__private/ui/screens/transaction_summary/cart_table.py
    DOC101: Method `MoveUpButton.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `MoveUpButton.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [disabled: bool].
    DOC101: Method `MoveDownButton.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `MoveDownButton.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [disabled: bool].
    DOC601: Class `CartTable`: 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 `CartTable`: 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_CONTENT_TEXT: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `Modified`: 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 `Modified`: 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: [transaction: Transaction]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
clive/__private/ui/screens/transaction_summary/transaction_metadata_container.py
    DOC601: Class `TaposHolder`: 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 `TaposHolder`: 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: [transaction: Transaction]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Method `TaposHolder.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `TaposHolder.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [transaction: Transaction].
    DOC601: Class `TransactionExpirationLabel`: 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 `TransactionExpirationLabel`: 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: [expiration: datetime]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Method `TransactionExpirationLabel.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `TransactionExpirationLabel.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [expiration: datetime].
    DOC601: Class `TransactionIdLabel`: 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 `TransactionIdLabel`: 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: [transaction_id: str]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Method `TransactionIdLabel.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `TransactionIdLabel.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [transaction_id: str].
--------------------
clive/__private/ui/screens/transaction_summary/transaction_summary.py
    DOC601: Class `AlreadySignedHint`: 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 `AlreadySignedHint`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
clive/__private/ui/widgets/apr.py
    DOC101: Method `APR._get_apr`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `APR._get_apr`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [content: Any].
    DOC201: Method `APR._get_apr` does not have a return section in docstring
--------------------
clive/__private/ui/widgets/buttons/clive_button.py
    DOC601: Class `CliveButton`: 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 `CliveButton`: 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_CSS: , variant: reactive[CliveButtonVariant]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Method `CliveButton.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveButton.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [binding: CliveBinding | None, classes: str | None, disabled: bool, ellipsis_: bool, id_: str | None, label: TextType | None, variant: CliveButtonVariant].
    DOC101: Method `CliveButton.fix_for_textual_button_pressed_namespace`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveButton.fix_for_textual_button_pressed_namespace`: 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: [event: Button.Pressed].
    DOC101: Method `CliveButton.validate_variant`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveButton.validate_variant`: 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: [variant: str].
    DOC201: Method `CliveButton.validate_variant` does not have a return section in docstring
--------------------
clive/__private/ui/widgets/buttons/generous_button.py
    DOC601: Class `GenerousButton`: 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 `GenerousButton`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Method `GenerousButton.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `GenerousButton.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [amount_callback: Callable[[], Asset.AnyT], classes: str | None, id_: str | None, related_input: CliveValidatedInput[Asset.AnyT]].
--------------------
clive/__private/ui/widgets/buttons/one_line_button.py
    DOC601: Class `OneLineButton`: 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 `OneLineButton`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
clive/__private/ui/widgets/clive_basic/clive_checkerboard_table.py
    DOC601: Class `CliveCheckerboardTableRow`: 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 `CliveCheckerboardTableRow`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Method `CliveCheckerboardTable.rebuild`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveCheckerboardTable.rebuild`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [content: ContentT | NotUpdatedYet | None].
    DOC101: Method `CliveCheckerboardTable.rebuild_rows`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveCheckerboardTable.rebuild_rows`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [content: ContentT | NotUpdatedYet | None].
    DOC101: Method `CliveCheckerboardTable.create_dynamic_rows`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveCheckerboardTable.create_dynamic_rows`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [content: ContentT].
    DOC201: Method `CliveCheckerboardTable.create_dynamic_rows` does not have a return section in docstring
    DOC201: Method `CliveCheckerboardTable.create_static_rows` does not have a return section in docstring
    DOC101: Method `CliveCheckerboardTable.is_anything_to_display`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveCheckerboardTable.is_anything_to_display`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [content: ContentT].
    DOC201: Method `CliveCheckerboardTable.is_anything_to_display` does not have a return section in docstring
    DOC101: Method `CliveCheckerboardTable.update_previous_state`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveCheckerboardTable.update_previous_state`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [content: ContentT].
    DOC501: Method `CliveCheckerboardTable.update_previous_state` has raise statements, but the docstring does not have a "Raises" section
    DOC503: Method `CliveCheckerboardTable.update_previous_state` 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: ['InvalidDynamicDefinedError'].
--------------------
clive/__private/ui/widgets/clive_basic/clive_data_table.py
    DOC101: Method `CliveDataTableRow.refresh_row`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveDataTableRow.refresh_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: [content: Any].
    DOC101: Method `CliveDataTableRow.get_new_values`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveDataTableRow.get_new_values`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [content: Any].
    DOC201: Method `CliveDataTableRow.get_new_values` does not have a return section in docstring
    DOC501: Method `CliveDataTableRow.get_new_values` has raise statements, but the docstring does not have a "Raises" section
    DOC503: Method `CliveDataTableRow.get_new_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: ['CliveError'].
--------------------
clive/__private/ui/widgets/clive_basic/clive_header.py
    DOC101: Method `CliveRawHeader.prevent_header_expanding`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveRawHeader.prevent_header_expanding`: 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: [event: events.Click].
    DOC101: Method `CliveHeader._update_alarm_display_showing`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveHeader._update_alarm_display_showing`: 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: [profile: Profile].
--------------------
clive/__private/ui/widgets/clive_basic/clive_radio_button.py
    DOC601: Class `CliveRadioButton`: 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 `CliveRadioButton`: 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: [BUTTON_INNER: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
clive/__private/ui/widgets/currency_selector/currency_selector_base.py
    DOC201: Method `CurrencySelectorBase._create_selectable` does not have a return section in docstring
    DOC502: Method `CurrencySelectorBase.create_asset` has a "Raises" section in the docstring, but there are not "raise" statements in the body
--------------------
clive/__private/ui/widgets/dialog_container.py
    DOC601: Class `DialogContainer`: 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 `DialogContainer`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Method `DialogContainer.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `DialogContainer.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [big_title: str, classes: str | None, id_: str | None, section_title: str].
--------------------
clive/__private/ui/widgets/dynamic_widgets/dynamic_widget.py
    DOC601: Class `DynamicWidget`: 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 `DynamicWidget`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Method `DynamicWidget.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `DynamicWidget.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [attribute_name: str, callback: DynamicWidgetCallbackType[CallbackReturnT], classes: str | None, first_try_callback: DynamicWidgetFirstTryCallbackType, id_: str | None, init: bool, obj_to_watch: Reactable].
    DOC201: Method `DynamicWidget._create_widget` does not have a return section in docstring
    DOC101: Method `DynamicWidget._update_widget_state`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `DynamicWidget._update_widget_state`: 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: [result: CallbackReturnT].
--------------------
clive/__private/ui/widgets/ellipsed_static.py
    DOC101: Method `EllipsedStatic.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `EllipsedStatic.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [classes: str | None, id_: str | None, renderable: str].
--------------------
clive/__private/ui/widgets/inputs/account_name_pattern_input.py
    DOC101: Method `AccountNamePatternInput.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `AccountNamePatternInput.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [always_show_title: bool, classes: str | None, disabled: bool, id: str | None, include_title_in_placeholder_when_blurred: bool, placeholder: str, required: bool, show_invalid_reasons: bool, suggester: Suggester | None, title: str, valid_empty: bool, validate_on: Iterable[InputValidationOn] | None, value: str | None].
--------------------
clive/__private/ui/widgets/inputs/asset_amount_base_input.py
    DOC502: Method `AssetAmountInput._value` has a "Raises" section in the docstring, but there are not "raise" statements in the body
--------------------
clive/__private/ui/widgets/inputs/authority_filter_input.py
    DOC101: Method `AuthorityFilterInput.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `AuthorityFilterInput.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [always_show_title: bool, classes: str | None, disabled: bool, id: str | None, include_title_in_placeholder_when_blurred: bool, placeholder: str, required: bool, show_invalid_reasons: bool, suggester: Suggester | None, title: str, valid_empty: bool, validate_on: Iterable[InputValidationOn] | None, validators: Validator | Iterable[Validator] | None, value: str | None].
--------------------
clive/__private/ui/widgets/inputs/clive_input.py
    DOC101: Method `CliveInput.validate`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveInput.validate`: 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: [treat_as_required: bool, value: str].
    DOC201: Method `CliveInput.validate` does not have a return section in docstring
    DOC101: Method `CliveInput.clear_validation`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveInput.clear_validation`: 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: [clear_value: bool].
--------------------
clive/__private/ui/widgets/inputs/clive_validated_input.py
    DOC101: Method `FailedValidationError.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `FailedValidationError.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [input_name: str | None, validation_result: ValidationResult].
    DOC101: Method `FailedManyValidationError.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `FailedManyValidationError.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [errors: list[InputValueError | FailedValidationError]].
    DOC101: Method `InputValueError.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `InputValueError.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [input_name: str | None, reason: str].
    DOC502: Method `CliveValidatedInput.value_or_error` has a "Raises" section in the docstring, but there are not "raise" statements in the body
    DOC101: Method `CliveValidatedInput.validate_with_error`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveValidatedInput.validate_with_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: [treat_as_required: bool].
    DOC503: Method `CliveValidatedInput.validate_with_error` exceptions in the "Raises" section in the docstring do not match those in the function body. Raised exceptions in the docstring: ['FailedValidationError', 'InputValueError']. Raised exceptions in the body: ['FailedValidationError'].
    DOC101: Method `CliveValidatedInput.validate_many`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveValidatedInput.validate_many`: 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: [*inputs: CliveValidatedInput[Any], notify_on_validation_error: bool, notify_on_value_error: bool, treat_as_required: bool].
    DOC201: Method `CliveValidatedInput.validate_many` does not have a return section in docstring
    DOC101: Method `CliveValidatedInput.validate_many_with_error`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveValidatedInput.validate_many_with_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: [*inputs: CliveValidatedInput[Any]].
    DOC101: Method `CliveValidatedInput.clear_validation`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `CliveValidatedInput.clear_validation`: 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: [clear_value: bool].
--------------------
clive/__private/ui/widgets/inputs/integer_input.py
    DOC101: Method `IntegerInput.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `IntegerInput.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [always_show_title: bool, classes: str | None, disabled: bool, id: str | None, include_title_in_placeholder_when_blurred: bool, placeholder: str, required: bool, show_invalid_reasons: bool, title: str, valid_empty: bool, validate_on: Iterable[InputValidationOn] | None, validators: Validator | Iterable[Validator] | None, value: str | int | None].
--------------------
clive/__private/ui/widgets/inputs/labelized_input.py
    DOC101: Method `LabelizedInput.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `LabelizedInput.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [classes: str | None, id: str | None, title: str, value: str].
--------------------
clive/__private/ui/widgets/inputs/memo_input.py
    DOC101: Method `MemoInput.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `MemoInput.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [always_show_title: bool, classes: str | None, disabled: bool, id: str | None, include_title_in_placeholder_when_blurred: bool, placeholder: str, required: bool, show_invalid_reasons: bool, suggester: Suggester | None, title: str, valid_empty: bool, validate_on: Iterable[InputValidationOn] | None, validators: Validator | Iterable[Validator] | None, value: str | None].
--------------------
clive/__private/ui/widgets/inputs/password_input.py
    DOC101: Method `PasswordInput.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `PasswordInput.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [always_show_title: bool, classes: str | None, disabled: bool, id: str | None, include_title_in_placeholder_when_blurred: bool, placeholder: str, required: bool, show_invalid_reasons: bool, title: str, valid_empty: bool, validate_on: Iterable[InputValidationOn] | None, validators: Validator | Iterable[Validator] | None].
--------------------
clive/__private/ui/widgets/inputs/percent_input.py
    DOC101: Method `PercentInput.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `PercentInput.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [always_show_title: bool, classes: str | None, disabled: bool, id: str | None, include_title_in_placeholder_when_blurred: bool, required: bool, show_invalid_reasons: bool, title: str, valid_empty: bool, validate_on: Iterable[InputValidationOn] | None, value: DecimalConvertible | None].
--------------------
clive/__private/ui/widgets/inputs/private_key_input.py
    DOC101: Method `PrivateKeyInput.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `PrivateKeyInput.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [always_show_title: bool, classes: str | None, disabled: bool, id: str | None, include_title_in_placeholder_when_blurred: bool, password: bool, placeholder: str, required: bool, show_invalid_reasons: bool, title: str, valid_empty: bool, validate_on: Iterable[InputValidationOn] | None, validators: Validator | Iterable[Validator] | None, value: str | None].
--------------------
clive/__private/ui/widgets/inputs/receiver_input.py
    DOC101: Method `ReceiverInput.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `ReceiverInput.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [always_show_title: bool, classes: str | None, disabled: bool, id: str | None, include_title_in_placeholder_when_blurred: bool, placeholder: str, required: bool, show_bad_account: bool, show_invalid_reasons: bool, show_known_account: bool, suggester: Suggester | None, title: str, valid_empty: bool, validate_on: Iterable[InputValidationOn] | None, validators: Validator | Iterable[Validator] | None, value: str | None].
--------------------
clive/__private/ui/widgets/inputs/repeat_password_input.py
    DOC101: Method `RepeatPasswordInput.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `RepeatPasswordInput.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [input_to_repeat: CliveValidatedInput[Any]].
--------------------
clive/__private/ui/widgets/inputs/set_password_input.py
    DOC101: Method `SetPasswordInput.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `SetPasswordInput.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [always_show_title: bool, classes: str | None, disabled: bool, id: str | None, include_title_in_placeholder_when_blurred: bool, placeholder: str, required: bool, show_invalid_reasons: bool, title: str, valid_empty: bool, validate_on: Iterable[InputValidationOn] | None, value: str | None].
--------------------
clive/__private/ui/widgets/inputs/set_profile_name_input.py
    DOC101: Method `SetProfileNameInput.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `SetProfileNameInput.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [always_show_title: bool, classes: str | None, disabled: bool, id: str | None, include_title_in_placeholder_when_blurred: bool, placeholder: str, required: bool, show_invalid_reasons: bool, title: str, valid_empty: bool, validate_on: Iterable[InputValidationOn] | None, value: str | None].
--------------------
clive/__private/ui/widgets/inputs/text_input.py
    DOC101: Method `TextInput.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `TextInput.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [always_show_title: bool, classes: str | None, disabled: bool, id: str | None, include_title_in_placeholder_when_blurred: bool, password: bool, placeholder: str, required: bool, show_invalid_reasons: bool, suggester: Suggester | None, title: str, valid_empty: bool, validate_on: Iterable[InputValidationOn] | None, validators: Validator | Iterable[Validator] | None, value: str | None].
--------------------
clive/__private/ui/widgets/known_exchange_handler.py
    DOC601: Class `KnownExchangeHandler`: 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 `KnownExchangeHandler`: 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_CSS: , MEMO_REQUIRED_VALIDATION_MESSAGE: Final[str]]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Method `KnownExchangeHandler._change_selector_state`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `KnownExchangeHandler._change_selector_state`: 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: [disable: bool].
    DOC101: Method `KnownExchangeHandler._change_memo_requirement`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `KnownExchangeHandler._change_memo_requirement`: 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: [required: bool].
--------------------
clive/__private/ui/widgets/location_indicator.py
    DOC101: Method `LocationIndicator.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `LocationIndicator.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [big_title: str, subtitle: RenderableType].
--------------------
clive/__private/ui/widgets/node_widgets.py
    DOC601: Class `SelectedNodeAddress`: 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 `SelectedNodeAddress`: 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: [node_address: HttpUrl | None]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Method `SelectedNodeAddress.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `SelectedNodeAddress.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [node_address: HttpUrl].
    DOC601: Class `NodesList`: 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 `NodesList`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
clive/__private/ui/widgets/place_taker.py
    DOC601: Class `PlaceTaker`: 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 `PlaceTaker`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
--------------------
clive/__private/ui/widgets/section.py
    DOC601: Class `SectionBody`: 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 `SectionBody`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC601: Class `Section`: 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 `Section`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Method `Section.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `Section.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [classes: str | None, id_: str | None, title: str | None].
    DOC601: Class `SectionScrollable`: 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 `SectionScrollable`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Method `SectionScrollable.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `SectionScrollable.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [classes: str | None, focusable: bool, id_: str | None, title: str | None].
--------------------
clive/__private/ui/widgets/select/safe_select.py
    DOC101: Method `SingleSelect.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `SingleSelect.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [option: SelectOption[SelectType]].
--------------------
clive/__private/ui/widgets/switch_working_account_container.py
    DOC101: Method `NoWorkingAccountRadioButton.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `NoWorkingAccountRadioButton.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [value: bool].
    DOC601: Class `SwitchWorkingAccountContainer`: 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 `SwitchWorkingAccountContainer`: 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_CSS: , local_profile: Profile]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Method `SwitchWorkingAccountContainer.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `SwitchWorkingAccountContainer.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [show_title: bool].
    DOC101: Method `SwitchWorkingAccountContainer._create_radio_buttons`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `SwitchWorkingAccountContainer._create_radio_buttons`: 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: [profile: Profile].
    DOC201: Method `SwitchWorkingAccountContainer._create_radio_buttons` does not have a return section in docstring
    DOC101: Method `SwitchWorkingAccountContainer._handle_selected_account_changed`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `SwitchWorkingAccountContainer._handle_selected_account_changed`: 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: [profile: Profile].
--------------------
clive/__private/ui/widgets/titled_label.py
    DOC601: Class `TitledLabel`: 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 `TitledLabel`: 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_CSS: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
    DOC101: Method `TitledLabel.__init__`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `TitledLabel.__init__`: Docstring arguments are different from function arguments. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Arguments in the function signature but not in the docstring: [attribute_name: str | None, callback: DynamicLabelCallbackType | None, first_try_callback: DynamicWidgetFirstTryCallbackType, id_: str | None, init: bool, obj_to_watch: Reactable | None, shrink: bool, title: RenderableType, value: str].
--------------------
clive/__private/validators/exchange_operations_validator.py
    DOC101: Method `ExchangeOperationsValidator._validate_hbd_transfer_operation`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `ExchangeOperationsValidator._validate_hbd_transfer_operation`: 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: [value: str].
    DOC201: Method `ExchangeOperationsValidator._validate_hbd_transfer_operation` does not have a return section in docstring
    DOC101: Method `ExchangeOperationsValidator._validate_memoless_transfer_operation`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `ExchangeOperationsValidator._validate_memoless_transfer_operation`: 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: [value: str].
    DOC201: Method `ExchangeOperationsValidator._validate_memoless_transfer_operation` does not have a return section in docstring
    DOC101: Method `ExchangeOperationsValidator._validate_unsafe_exchange_operation`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `ExchangeOperationsValidator._validate_unsafe_exchange_operation`: 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: [value: str].
    DOC201: Method `ExchangeOperationsValidator._validate_unsafe_exchange_operation` does not have a return section in docstring
--------------------
clive/__private/visitors/operation/operation_visitor.py
    DOC101: Method `OperationVisitor._default_visit`: Docstring contains fewer arguments than in function signature.
    DOC103: Method `OperationVisitor._default_visit`: 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: [operation: schemas.OperationUnion].
--------------------
