Skip to content

Commit 8882217

Browse files
authored
[SCHEMATIC-266] Resolve errors new in mypy v1.15.0 (#1582)
resolve errors found my new mypy version, primarily in schemas module
1 parent 8965b35 commit 8882217

File tree

5 files changed

+728
-710
lines changed

5 files changed

+728
-710
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
with:
200200
files: "coverage.xml"
201201
- name: SonarCloud Scan
202-
uses: SonarSource/sonarqube-scan-action@v4.1.0
202+
uses: SonarSource/sonarqube-scan-action@v5.0.0
203203
if: ${{ always() }}
204204
env:
205205
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)