UI layout #1626
build_lint.yml
on: pull_request
lint-ruff
10s
lint-black
16s
Matrix: build
Annotations
4 errors
Ruff (I001):
mesa/experimental/jupyter_viz.py#L1
mesa/experimental/jupyter_viz.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
mesa/experimental/model_control.py#L1
mesa/experimental/model_control.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (SIM117):
mesa/experimental/model_control.py#L53
mesa/experimental/model_control.py:53:5: SIM117 Use a single `with` statement with multiple contexts instead of nested `with` statements
|
lint-ruff
Process completed with exit code 1.
|