Closed juanboschero closed 5 months ago
Also, please check these static analysis errors. I think you'll be safe running the commands below and git push
ing the suggested changes:
(opensquirrel-py3.11) OpenSquirrel $ poetry run isort .
(opensquirrel-py3.11) OpenSquirrel $ poetry run black .
(opensquirrel-py3.11) OpenSquirrel $ python -m pytest -vv
This also covers issue #89