Skip to content

Conversation

lancegliser
Copy link
Contributor

No description provided.

@lancegliser lancegliser self-assigned this Apr 16, 2025
def format_string_column(
cls,
column: pd.Series,
feature: Mapping # noqa: ARG003
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Example fix for keeping an used arg. It'd just be ARG001, ARG002, etc for the #.

required: false
type: string
debug-mode:
description: Enables GDB and Amalgam Fast Memory Integrity checks for all Linux/x86 Pytest jobs.
Copy link
Contributor Author

@lancegliser lancegliser Apr 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like my prettier plugin caught a ton of lines here. The only real changes here are adding:

  enable-ruff: true
  # enable-pyright: true 

return False, 'Cannot write to this path'

except Exception as e: # noqa: Deliberately broad
except Exception as e: # Deliberately broad
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's many of these warnings in the output in pipeline. The comment is meaningful, but it's not the same as a QA check disable. We probably want to correct the entire list at some point.

warning: Invalid `# noqa` directive on howso/client/client.py:220: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/client/client.py:354: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/features.py:314: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/features.py:392: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/features.py:432: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/features.py:504: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/features.py:557: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/features.py:608: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/scikit/scikit.py:216: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/scikit/scikit.py:233: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/scikit/scikit.py:317: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/scikit/scikit.py:1266: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/feature_attributes/relational.py:498: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/feature_attributes/relational.py:881: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/client/base.py:4264: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/client/base.py:4266: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/utilities.py:604: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/utilities.py:724: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/utilities.py:1057: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/feature_attributes/pandas.py:231: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/feature_attributes/pandas.py:336: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/feature_attributes/pandas.py:363: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/feature_attributes/pandas.py:450: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/internals.py:561: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/internals.py:862: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/tests/__init__.py:39: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/installation_verification.py:45: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/installation_verification.py:49: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/installation_verification.py:56: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/installation_verification.py:266: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/installation_verification.py:691: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/installation_verification.py:724: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/installation_verification.py:767: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/installation_verification.py:777: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/installation_verification.py:820: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/installation_verification.py:831: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/installation_verification.py:890: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/installation_verification.py:948: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/installation_verification.py:1012: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/installation_verification.py:1022: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on howso/utilities/installation_verification.py:1142: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This causes a problem with Martin's tooling setup. Will need to review the issue for ways to coexist.

@lancegliser lancegliser changed the title 0000: Added inactive typing and linting tooling framework, setup shared vscode workspace configuration 0000: Added typing and linting tooling framework, setup shared vscode workspace configuration Apr 17, 2025
# IDE files
.vscode
# VSCode
.vscode/*
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will cause local .vscode entries to have to be removed before pulling main if merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant