Skip to content

Commit 6bc6289

Browse files
authored
Use stricter pyright settings for some tkinter stubs (#8291)
1 parent 91fd79c commit 6bc6289

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyrightconfig.stricter.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
"stdlib/multiprocessing/reduction.pyi",
1313
"stdlib/sqlite3/dbapi2.pyi",
1414
"stdlib/_tkinter.pyi",
15-
"stdlib/tkinter",
15+
"stdlib/tkinter/__init__.pyi",
16+
"stdlib/tkinter/commondialog.pyi",
17+
"stdlib/tkinter/dialog.pyi",
18+
"stdlib/tkinter/dnd.pyi",
19+
"stdlib/tkinter/filedialog.pyi",
20+
"stdlib/tkinter/ttk.pyi",
1621
"stdlib/xml/dom/NodeFilter.pyi",
1722
"stdlib/xml/dom/expatbuilder.pyi",
1823
"stdlib/xml/dom/minidom.pyi",

0 commit comments

Comments
 (0)