Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5fc64 commit dd67912Copy full SHA for dd67912
.github/actions/lint/action.yml
@@ -43,7 +43,7 @@ runs:
43
44
- name: Run Ruff
45
run: |
46
- python -m pip install -U ruff
+ python -m pip install -U "ruff<0.8.0"
47
python -m ruff check .
48
python -m ruff format --check
49
working-directory: python_files
build/azure-pipeline.stable.yml
@@ -25,7 +25,6 @@ extends:
25
parameters:
26
publishExtension: ${{ parameters.publishExtension }}
27
l10nSourcePaths: ./src/client
28
- needsTools: true
29
30
buildPlatforms:
31
- name: Linux
0 commit comments