-
Notifications
You must be signed in to change notification settings - Fork 6
0000: Added typing and linting tooling framework, setup shared vscode workspace configuration #402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
def format_string_column( | ||
cls, | ||
column: pd.Series, | ||
feature: Mapping # noqa: ARG003 |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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`).
There was a problem hiding this comment.
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.
# IDE files | ||
.vscode | ||
# VSCode | ||
.vscode/* |
There was a problem hiding this comment.
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.
No description provided.