Closed Bernardoow closed 3 years ago
I added a pre-commit plugins. I added a old version (1.21.0 - JAN 2020) of this because the new versions pre-commit > 2.0 Just suport python 3+.
I added hook flake8 with one rule E501 - Line too long because on CI is used
- name: Code Quality run: poetry run black . -l 80 --check
PR failed on old code out of rule E501.
Hi @Bernardoow,
Please review this PR because it fails on all tests and has convflicts in two files. Solve them and we can merge the PR!
I added a pre-commit plugins. I added a old version (1.21.0 - JAN 2020) of this because the new versions pre-commit > 2.0 Just suport python 3+.
I added hook flake8 with one rule E501 - Line too long because on CI is used