Typing and formatting (GEN-290, GEN-279) #3
Annotations
10 errors and 1 warning
Ruff (E402):
notebooks/intro/intro_slides.py#L69
notebooks/intro/intro_slides.py:69:1: E402 Module level import not at top of file
|
Ruff (E402):
notebooks/intro/intro_slides.py#L166
notebooks/intro/intro_slides.py:166:1: E402 Module level import not at top of file
|
Ruff (E402):
notebooks/plot_examples.py#L182
notebooks/plot_examples.py:182:1: E402 Module level import not at top of file
|
Ruff (F401):
src/genstudio/plot.py#L8
src/genstudio/plot.py:8:5: F401 `genstudio.plot_defs.area` imported but unused
|
Ruff (F401):
src/genstudio/plot.py#L9
src/genstudio/plot.py:9:5: F401 `genstudio.plot_defs.areaX` imported but unused
|
Ruff (F401):
src/genstudio/plot.py#L10
src/genstudio/plot.py:10:5: F401 `genstudio.plot_defs.areaY` imported but unused
|
Ruff (F401):
src/genstudio/plot.py#L11
src/genstudio/plot.py:11:5: F401 `genstudio.plot_defs.arrow` imported but unused
|
Ruff (F401):
src/genstudio/plot.py#L12
src/genstudio/plot.py:12:5: F401 `genstudio.plot_defs.auto` imported but unused
|
Ruff (F401):
src/genstudio/plot.py#L13
src/genstudio/plot.py:13:5: F401 `genstudio.plot_defs.autoSpec` imported but unused
|
Ruff (F401):
src/genstudio/plot.py#L14
src/genstudio/plot.py:14:5: F401 `genstudio.plot_defs.axisFx` imported but unused
|
ruff
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|