Implement El Farol model #73
build_lint.yml
on: pull_request
lint-ruff
5s
lint-black
9s
Annotations
3 errors
Ruff (I001):
examples/el_farol/tests.py#L1
examples/el_farol/tests.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (PLW2901):
examples/el_farol/tests.py#L14
examples/el_farol/tests.py:14:13: PLW2901 Outer `for` loop variable `i` overwritten by inner `for` loop target
|
lint-ruff
Process completed with exit code 1.
|