Skip to content

Commit dbc28d9

Browse files
committed
config sync
1 parent 9034ca5 commit dbc28d9

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.pre-commit-config.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ required-imports = ["from __future__ import annotations"]
8181

8282
[tool.sync-pre-commit-with-uv.basedpyright-prek-mirror]
8383
pypi_package_name = "basedpyright"
84+
additional_dependencies_uv_params = ["--no-group=dev"]
85+
8486

8587
[tool.basedpyright]
8688
exclude = ["tests", "**/.*"]

0 commit comments

Comments
 (0)