Skip to content

Bugfix/113 fix theme schema generation #587

Bugfix/113 fix theme schema generation

Bugfix/113 fix theme schema generation #587

Triggered via pull request November 15, 2024 10:44
Status Failure
Total duration 1m 13s
Artifacts

code-quality.yml

on: pull_request
Check import sorting
42s
Check import sorting
Check code formatting with black
36s
Check code formatting with black
Code style (flake8)
38s
Code style (flake8)
Check for model changes not present in migrations
1m 4s
Check for model changes not present in migrations
Type checking (Pyright)
33s
Type checking (Pyright)
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Type checking (Pyright): src/woo_publications/metadata/theme_sync.py#L68
"identifier" is not a known attribute of "None" (reportOptionalMemberAccess)
Type checking (Pyright): src/woo_publications/metadata/theme_sync.py#L68
Cannot access attribute "identifier" for class "Model"   Attribute "identifier" is unknown (reportAttributeAccessIssue)
Type checking (Pyright)
2 errors
Check code formatting with black
Process completed with exit code 1.
Type checking (Pyright): src/woo_publications/conf/base.py#L3
Wildcard import from a library not allowed (reportWildcardImportFromLibrary)