@Filos1992 To ensure consistent formatting of the code, I suggest to run ruff over the whole codebase once it is in its final state and add the ruff badge in the README:
In addition, we should include a Python badge specifying the supported versions:
We could also integrate pre-commit hooks to take care of code formatting more or less automatically but this is probably not really necessary at this point. As a nice add-on, I suggest to traverse to a better readable docstring format and add type hints.
@Filos1992 To ensure consistent formatting of the code, I suggest to run
ruff
over the whole codebase once it is in its final state and add the ruff badge in the README:In addition, we should include a Python badge specifying the supported versions:
We could also integrate pre-commit hooks to take care of code formatting more or less automatically but this is probably not really necessary at this point. As a nice add-on, I suggest to traverse to a better readable docstring format and add type hints.