We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c31c4 commit 57504aeCopy full SHA for 57504ae
3 files changed
.github/workflows/quality.yml
@@ -84,7 +84,7 @@ jobs:
84
echo "VERSION=$(cat _version.txt | tr -d '\r\n')" >> $GITHUB_OUTPUT
85
86
- name: SonarQube Scan
87
- uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2.0
+ uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1
88
with:
89
args: >
90
-Dsonar.projectVersion=${{ steps.version.outputs.VERSION }}
pyproject.toml
@@ -36,7 +36,7 @@ pystrom = "pystrom.__main__:main"
36
[dependency-groups]
37
dev = [
38
"black==26.5.1",
39
- "mypy==2.2.0",
+ "mypy==2.3.0",
40
]
41
42
[tool.setuptools]
0 commit comments