PradyumnaKrishna / enigma-protocol

An end to end encrypted messenger using Flask, SocketIO, and Vue.js
https://protocol.onpy.in
MIT License
20 stars 34 forks source link

Add the black linter workflow #53

Closed metabiswadeep closed 11 months ago

metabiswadeep commented 11 months ago

Add the black linter to ensure proper linting of the code. As a project with multiple users contributing to it, it is essential to maintain a proper linting style to ensure better code readability by users. An excellent way to do this is by automatic linting checks using GitHub actions.

I would like to work on this as a part of GSSoC 23.

PradyumnaKrishna commented 11 months ago

We already have black linter in workflow.