Skip to content

Commit 551c78d

Browse files
author
Billy
committed
Update ruff version
1 parent 0cfd713 commit 551c78d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: install ruff
6464
if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }}
65-
run: pip install ruff==0.6.0
65+
run: pip install ruff==0.9.9
6666
shell: bash
6767

6868
- name: ruff check

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ dependencies = [
115115
]
116116
"dev" = ["jurigged", "pudb", "snakeviz", "gprof2dot"]
117117
"test" = [
118-
"ruff>=0.3.3",
119-
"ruff-lsp>=0.0.53",
118+
"ruff~=0.9.9",
119+
"ruff-lsp~=0.0.62",
120120
"mypy",
121121
"pre-commit",
122122
"pytest>6.0.0",

0 commit comments

Comments
 (0)