[Bug] Fix trailing-whitespaces in the codebase #75
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
help wanted
Open to participation from the community
🟩 priority: low
Low priority and doesn't need to be rushed
🏁 status: ready for work
Ready for work
Description
The trailing-whitespace check has been disabled due to the presence of numerous trailing whitespaces in the codebase and the checks fail when subjected to static analysis using pre-commit. This check was disabled in the pr #71.
It can be resolved by running pre-commit over the whole codebase.
Resolution
The text was updated successfully, but these errors were encountered: