diff --git a/doc/changes/unreleased.md b/doc/changes/unreleased.md index 1fe82a3e2..ab1ed262f 100644 --- a/doc/changes/unreleased.md +++ b/doc/changes/unreleased.md @@ -26,4 +26,5 @@ At this time, PTB currently does not support setting up SonarQube for a **privat * #451: Added nox task to execute pysonar & added Sonar to the CI ## ⚒️ Refactorings -* #451: Reduced scope of nox tasks `lint:code` (pylint) and `lint:security` (bandit) to analyze only the package code \ No newline at end of file +* #451: Reduced scope of nox tasks `lint:code` (pylint) and `lint:security` (bandit) to analyze only the package code +* Removed mypy xml report, which was used to test Sonar capabilities but is not yet needed \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ec2577bdd..c9b630d99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,6 @@ max-module-lines = 800 [tool.mypy] plugins = ['pydantic.mypy'] -xml_report = 'mypy.xml' [[tool.mypy.overrides]] module = [