[ ] The GitHub pipeline is OK (green),
meaning that both pylint (static code analyzer) and black (code formatter) are happy with the changes of this PR.
[ ] A unit test is covering the code added / modified by this PR
[ ] This PR is ready to be merged
[ ] In case of a new feature, docstrings have been added, with also some documentation in the docs/ folder
[ ] A mention of the change is present in CHANGELOG.md
By submitting this pull request, I confirm that my contribution is made under the terms of the GNU LGPL 3.0 license.
e.g. Fixes #0
Checklist:
[ ] The GitHub pipeline is OK (green), meaning that both
pylint
(static code analyzer) andblack
(code formatter) are happy with the changes of this PR.[ ] A unit test is covering the code added / modified by this PR
[ ] This PR is ready to be merged
[ ] In case of a new feature, docstrings have been added, with also some documentation in the
docs/
folder[ ] A mention of the change is present in
CHANGELOG.md
By submitting this pull request, I confirm that my contribution is made under the terms of the GNU LGPL 3.0 license.