fit-project / fit

FIT is a Python3 application for forensic acquisition of contents like web pages, emails, social media, etc. directly from the internet.
GNU General Public License v3.0
67 stars 9 forks source link

Source code lacks formatting #72

Closed Lazza closed 1 year ago

Lazza commented 1 year ago

It seems that source code formatting is inconsistent. I suggest using Black and adding auto-format on save by including relevant .vscode configuration lines.

Lazza commented 1 year ago

Please also check #90 for automatic formatting.