Skip to content

Commit 4f58681

Browse files
committed
Test Pyright for CI
1 parent d98cd2d commit 4f58681

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-quick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- run: |
103103
python -m venv .venv
104104
source .venv/bin/activate
105-
pip install .
105+
pip install '.[hyperscan,optional,re2]'
106106
107107
- run: echo "$PWD/.venv/bin" >> $GITHUB_PATH
108108

pyproject.in.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ exclude = [
7676

7777
[tool.pyright]
7878
# This is for CI.
79+
include = ["pathspec"]
7980
typeCheckingMode = "strict"

0 commit comments

Comments
 (0)