Add Sonar (#14)

* Add Sonar

* Fix code smells
This commit is contained in:
2022-07-10 17:27:44 +01:00
committed by GitHub
parent b75300de8e
commit 4e5a200539
11 changed files with 35 additions and 18 deletions

2
.gitignore vendored
View File

@ -38,6 +38,8 @@ pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
lintreport.txt
testresults.xml
htmlcov/
.tox/
.nox/