File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,20 @@ repos:
2929 hooks :
3030 - id : basedpyright
3131
32+ additional_dependencies :
33+ - anyio==4.11.0
34+ - certifi==2025.10.5
35+ - coverage==7.10.7
36+ - h11==0.16.0
37+ - h2==4.3.0
38+ - hpack==4.1.0
39+ - httpcore==1.0.9
40+ - httpx==0.28.1
41+ - hyperframe==6.1.0
42+ - idna==3.10
43+ - jinja2==3.1.6
44+ - markupsafe==3.0.3
45+ - sniffio==1.3.1
3246 - repo : https://github.com/ewjoachim/sync-pre-commit-with-uv
3347 rev : 1.1.0
3448 hooks :
Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ required-imports = ["from __future__ import annotations"]
8181
8282[tool .sync-pre-commit-with-uv .basedpyright-prek-mirror ]
8383pypi_package_name = " basedpyright"
84+ additional_dependencies_uv_params = [" --no-group=dev" ]
85+
8486
8587[tool .basedpyright ]
8688exclude = [" tests" , " **/.*" ]
You can’t perform that action at this time.
0 commit comments