Implement El Farol model #68
build_lint.yml
on: pull_request
lint-ruff
7s
lint-black
10s
Annotations
2 errors
Ruff (B006):
examples/el_farol/el_farol/model.py#L50
examples/el_farol/el_farol/model.py:50:15: B006 Do not use mutable data structures for argument defaults
|
lint-ruff
Process completed with exit code 1.
|