In order to ease the preparation of contribution, it would be good to use pre-commit, so that code checks can be done automatically before the the PR merge checks.
I see that black and pylint are used in the ci-cd.yml file, so I included them in my pre-commit config file.
I will propose a .pre-commit-config.yml in the next PR.
In order to ease the preparation of contribution, it would be good to use pre-commit, so that code checks can be done automatically before the the PR merge checks.
I see that
blackandpylintare used in theci-cd.ymlfile, so I included them in my pre-commit config file.I will propose a
.pre-commit-config.ymlin the next PR.