Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/changes/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
* #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
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ max-module-lines = 800

[tool.mypy]
plugins = ['pydantic.mypy']
xml_report = 'mypy.xml'

[[tool.mypy.overrides]]
module = [
Expand Down