Skip to content

Implemented S3xus Scene & Performer #423

Implemented S3xus Scene & Performer

Implemented S3xus Scene & Performer #423

Triggered via pull request October 30, 2023 20:26
Status Failure
Total duration 27s
Artifacts

code-standards.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 4 warnings
Lint: performers/siteS3xusPerformer.py#L50
[flake8] reported by reviewdog 🐶 missing whitespace around arithmetic operator Raw Output: ./performers/siteS3xusPerformer.py:50:48: E226 missing whitespace around arithmetic operator
Lint: performers/siteS3xusPerformer.py#L50
[flake8] reported by reviewdog 🐶 missing whitespace around arithmetic operator Raw Output: ./performers/siteS3xusPerformer.py:50:52: E226 missing whitespace around arithmetic operator
Lint: performers/siteS3xusPerformer.py#L61
[flake8] reported by reviewdog 🐶 missing whitespace around arithmetic operator Raw Output: ./performers/siteS3xusPerformer.py:61:46: E226 missing whitespace around arithmetic operator
Lint
Process completed with exit code 1.
Lint: performers/siteS3xusPerformer.py#L43
[flake8] reported by reviewdog 🐶 invalid escape sequence '\d' Raw Output: ./performers/siteS3xusPerformer.py:43:43: W605 invalid escape sequence '\d'
Lint: performers/siteS3xusPerformer.py#L57
[flake8] reported by reviewdog 🐶 invalid escape sequence '\d' Raw Output: ./performers/siteS3xusPerformer.py:57:37: W605 invalid escape sequence '\d'
Lint: performers/siteS3xusPerformer.py#L58
[flake8] reported by reviewdog 🐶 invalid escape sequence '\d' Raw Output: ./performers/siteS3xusPerformer.py:58:38: W605 invalid escape sequence '\d'
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/