* change local lambda to normal function and move it outside of main method to enable DDP
* update .pre-commit-config.yaml
* update requirements.txt
* reformat files
* remove disabling lightning logs feature
* change logging strings to enable python 3.7
* update README.md
* remove double logging bug prevention since lightning fixed that