From 026eebf39b29e72e98fea6f8dc95dd9af91ef41d Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 3 Jul 2025 09:58:21 +0500 Subject: [PATCH] pyproject.toml - remove enableTypeIgnoreComments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As Pylance now allows inserting pyright ignore comments without it 🎉 https://github.com/microsoft/pylance-release/issues/7220 --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 83ef5d8442..cea4cc6224 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,8 +16,6 @@ extend-exclude = ''' reportInvalidTypeForm = false disableBytesTypePromotions = true reportUnnecessaryTypeIgnoreComment = true -# Just to add a quick insert of `# pyright: ignore[xxx]` comments in Pylance. -enableTypeIgnoreComments = false # Define here general ruff settings, # then they will be inherited projects .toml files.