add multiple axis functionality #208
Annotations
10 errors and 1 warning
Run reviewdog:
src/plotly_gtk/_chart.py#L168
[flake8] reported by reviewdog 🐶
'update_dict' may be undefined, or defined from star imports: plotly_gtk.utils
Raw Output:
src/plotly_gtk/_chart.py:168:25: F405 'update_dict' may be undefined, or defined from star imports: plotly_gtk.utils
|
Run reviewdog:
src/plotly_gtk/_chart.py#L170
[flake8] reported by reviewdog 🐶
'update_dict' may be undefined, or defined from star imports: plotly_gtk.utils
Raw Output:
src/plotly_gtk/_chart.py:170:25: F405 'update_dict' may be undefined, or defined from star imports: plotly_gtk.utils
|
Run reviewdog:
src/plotly_gtk/_chart.py#L252
[flake8] reported by reviewdog 🐶
'parse_color' may be undefined, or defined from star imports: plotly_gtk.utils
Raw Output:
src/plotly_gtk/_chart.py:252:37: F405 'parse_color' may be undefined, or defined from star imports: plotly_gtk.utils
|
Run reviewdog:
src/plotly_gtk/_chart.py#L254
[flake8] reported by reviewdog 🐶
whitespace before ':'
Raw Output:
src/plotly_gtk/_chart.py:254:29: E203 whitespace before ':'
|
Run reviewdog:
src/plotly_gtk/chart.py#L709
[flake8] reported by reviewdog 🐶
'update_dict' may be undefined, or defined from star imports: plotly_gtk.utils, plotly_gtk.widgets
Raw Output:
src/plotly_gtk/chart.py:709:28: F405 'update_dict' may be undefined, or defined from star imports: plotly_gtk.utils, plotly_gtk.widgets
|
Run reviewdog:
src/plotly_gtk/chart.py#L712
[flake8] reported by reviewdog 🐶
'parse_font' may be undefined, or defined from star imports: plotly_gtk.utils, plotly_gtk.widgets
Raw Output:
src/plotly_gtk/chart.py:712:28: F405 'parse_font' may be undefined, or defined from star imports: plotly_gtk.utils, plotly_gtk.widgets
|
Run reviewdog:
src/plotly_gtk/chart.py#L714
[flake8] reported by reviewdog 🐶
'Pango' may be undefined, or defined from star imports: plotly_gtk.utils, plotly_gtk.widgets
Raw Output:
src/plotly_gtk/chart.py:714:26: F405 'Pango' may be undefined, or defined from star imports: plotly_gtk.utils, plotly_gtk.widgets
|
Run reviewdog:
src/plotly_gtk/chart.py#L720
[flake8] reported by reviewdog 🐶
'Pango' may be undefined, or defined from star imports: plotly_gtk.utils, plotly_gtk.widgets
Raw Output:
src/plotly_gtk/chart.py:720:21: F405 'Pango' may be undefined, or defined from star imports: plotly_gtk.utils, plotly_gtk.widgets
|
Run reviewdog:
src/plotly_gtk/demo.py#L261
[flake8] reported by reviewdog 🐶
line too long (94 > 88 characters)
Raw Output:
src/plotly_gtk/demo.py:261:89: E501 line too long (94 > 88 characters)
|
Run reviewdog
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "github-pages".
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/
|
Loading