Move compliance checks to SDK #474
Annotations
10 errors and 2 warnings
sekoia_automation/cli.py#L1
sekoia_automation/cli.py:1:1: I001 Import block is un-sorted or un-formatted
|
sekoia_automation/cli.py#L3
sekoia_automation/cli.py:3:30: F401 `typing.Annotated` imported but unused
|
sekoia_automation/scripts/check_compliance.py#L44
sekoia_automation/scripts/check_compliance.py:44:89: E501 Line too long (91 > 88)
|
sekoia_automation/scripts/check_compliance.py#L70
sekoia_automation/scripts/check_compliance.py:70:89: E501 Line too long (96 > 88)
|
sekoia_automation/scripts/check_compliance.py#L80
sekoia_automation/scripts/check_compliance.py:80:89: E501 Line too long (96 > 88)
|
sekoia_automation/scripts/check_compliance.py#L104
sekoia_automation/scripts/check_compliance.py:104:13: UP031 Use format specifiers instead of percent format
|
sekoia_automation/scripts/check_compliance.py#L124
sekoia_automation/scripts/check_compliance.py:124:14: UP015 Unnecessary open mode parameters
|
sekoia_automation/scripts/check_compliance.py#L129
sekoia_automation/scripts/check_compliance.py:129:14: UP015 Unnecessary open mode parameters, use ""w""
|
sekoia_automation/scripts/check_compliance.py#L138
sekoia_automation/scripts/check_compliance.py:138:89: E501 Line too long (100 > 88)
|
sekoia_automation/scripts/check_compliance.py#L173
sekoia_automation/scripts/check_compliance.py:173:89: E501 Line too long (89 > 88)
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Event File", "Unit Test Results".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading