Open shivan-s opened 1 year ago
Do you think it will be helpful to add code linters/formatters such as:
flake8
mypy
black
And a pre-commit (https://pre-commit.com/) to run the above with every commit.
pre-commit
Do you think it will be helpful to add code linters/formatters such as:
flake8
- https://flake8.pycqa.org/en/latest/mypy
(maybe not because this project isn't typed) - https://www.mypy-lang.org/black
- https://black.readthedocs.io/en/stable/index.htmlAnd a
pre-commit
(https://pre-commit.com/) to run the above with every commit.