SonarPython 3.13
guillaume-dequenne-sonarsource
released this
21 Apr 11:48
·
1045 commits
to master
since this release
Release Notes - SonarPython - Version 3.13
False-Positive
- [SONARPY-997] - Fix FP on S5632 for nonlocal variables
- [SONARPY-1000] - Fix FP on S1172 when the parameter is a pytest fixture
- [SONARPY-1006] - S1172: Avoid raising issues when the parameter name starts with "_"
- [SONARPY-1007] - S5644 (ItemOperationsTypeCheck) should not raise should not raise when accessing type with generics
- [SONARPY-1008] - S5607 (IncompatibleOperandsCheck) should not raise on union of type hints