Skip to content

Commit de56b84

Browse files
Specify Python version in SonarQube configuration for more precise analysis
- Add sonar.python.version=3.11 to match languageVersion in workflow - Eliminates SonarQube warning about Python version compatibility - Provides more accurate analysis specific to the project's Python target 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 34a3008 commit de56b84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ sonar.exclusions=**/*_test.py,**/.git/**,**/venv/**,**/node_modules/**,.github/*
1010

1111
# Python specific settings
1212
sonar.language=python
13+
sonar.python.version=3.11
1314
sonar.python.coverage.reportPaths=coverage.xml
1415

1516
# Quality gate settings

0 commit comments

Comments
 (0)