Skip to content

Commit 98baf2b

Browse files
committed
Exclude _operator.pyi from stricter pyright config
1 parent 61ace76 commit 98baf2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyrightconfig.stricter.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// test cases use a custom pyrightconfig file
1010
"**/@tests/test_cases",
1111
"stdlib/__main__.pyi",
12+
"stdlib/_operator.pyi",
1213
"stdlib/_tkinter.pyi",
1314
"stdlib/distutils/cmd.pyi",
1415
"stdlib/distutils/command",

0 commit comments

Comments
 (0)