Bugfix/113 fix theme schema generation #587
code-quality.yml
on: pull_request
Check import sorting
42s
Check code formatting with black
36s
Code style (flake8)
38s
Check for model changes not present in migrations
1m 4s
Type checking (Pyright)
33s
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)
|