From 3d2ef939f2493a2ec3b5767a1a20f13c61076a17 Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Fri, 9 Feb 2024 15:57:42 -0500 Subject: [PATCH] style: make pyright less concerned about grammar methods (#16) Co-authored-by: Sergio Schvezov --- pyrightconfig.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyrightconfig.json b/pyrightconfig.json index 95aa20c..41a4491 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -7,7 +7,9 @@ ".tox", "build", "docs", - "venv" + "venv", + ".venv" ], - "stubPath": "" + "stubPath": "", + "reportIncompatibleMethodOverride": "information" }