Skip to content

Commit ff6ddda

Browse files
committed
CI: Pin Ruff to a specific version for code format checks
That prevents constantly reformatting code to fit the changes introduced by new Ruff versions.
1 parent 17fe8d1 commit ff6ddda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# This error cannot be resolved by adding a pylint: disable=unused-argument comment ...
4040
- run: |
4141
pip install -e .[pylint,pycodestyle]
42-
pip install ruff
42+
pip install ruff==0.9.4
4343
- name: ruff linter and code style checks
4444
run: ruff check pylsp test
4545
- name: ruff code formatter check

0 commit comments

Comments
 (0)