horilla-opensource / horilla

Horilla is a free and open source HR software.
https://www.horilla.com/
GNU Lesser General Public License v2.1
83 stars 44 forks source link

Format and Clean code base #110

Closed ashwanthbalakrishnan5 closed 2 months ago

ashwanthbalakrishnan5 commented 2 months ago
  1. Deleted node mouldes folder.
  2. Formatted python files to PEP8 standards using Black for easier readability.
horilla-opensource commented 2 months ago

hi @ashwanthbalakrishnan5 , We need to go through the complete changes as there lots of changes and file removals. We appreciate the efforts you have taken for the code clean up. Thanks, Team Horilla

ashwanthbalakrishnan5 commented 2 months ago

Hi @horilla-opensource, Yeah sure. Only the node module node module files were deleted. Additionally, I formatted the Python files without altering any logic.

I also recommend using Black during development to maintain consistency in the code format.