You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project has some inconsistencies in file formatting, especially regarding line indentation. For improved consistency, I recommend establishing a clear standard and integrating tools, such as black, to ensure consistent formatting from all contributors.
The text was updated successfully, but these errors were encountered:
The project also relies on requirements.txt, however this doesn't allow for the use of development dependencies where something like black or similar tools used for development purposes would be defined. Normally, this would be a pyproject.toml so something like poetry or pipenv could be used instead of vanilla requirements.txt
The project has some inconsistencies in file formatting, especially regarding line indentation. For improved consistency, I recommend establishing a clear standard and integrating tools, such as black, to ensure consistent formatting from all contributors.
The text was updated successfully, but these errors were encountered: