Implement El Farol model #72
build_lint.yml
on: pull_request
lint-ruff
5s
lint-black
10s
Annotations
4 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#L13
examples/el_farol/tests.py:13:13: PLW2901 Outer `for` loop variable `i` overwritten by inner `for` loop target
|
lint-ruff
Process completed with exit code 1.
|
lint-black
Process completed with exit code 1.
|