Skip to content

Commit 9af2f22

Browse files
committed
ping dev deps
1 parent cf4fbb4 commit 9af2f22

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/coverage_lint_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,14 @@ jobs:
102102
- name: "Run Pyright @ ${{ matrix.python-version }}"
103103
uses: jakebailey/pyright-action@v2
104104
with:
105+
version: 1.1.398
105106
annotate: ${{ matrix.python-version != '3.x' }}
106107
warnings: false
107108

108109
- name: Lint with Ruff
109110
uses: astral-sh/ruff-action@v3
111+
with:
112+
version: "0.11.2"
110113

111114
- name: Check formatting with Ruff
112115
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ docs = [
6060
"sphinxcontrib_trio",
6161
]
6262
starlette = ["starlette", "uvicorn"]
63-
dev = ["ruff", "pyright", "isort"]
63+
dev = ["ruff==0.11.2", "pyright==1.1.398", "isort"]
6464

6565
[tool.ruff]
6666
line-length = 125

0 commit comments

Comments
 (0)