From f94d556f7cc5070c9d3ddcbd8c034e7b3e396c3e Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Fri, 9 Feb 2024 14:13:14 -0500 Subject: [PATCH] style: make pyright less concerned about grammar methods --- 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" }