From 3f96c10e917febf4d199e754e2668fc02efff4df Mon Sep 17 00:00:00 2001 From: dangotbanned <125183946+dangotbanned@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:38:58 +0100 Subject: [PATCH] ci(ruff): Only lint/format type stub --- vl-convert-python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/vl-convert-python/pyproject.toml b/vl-convert-python/pyproject.toml index 5e6b4c8..8163b44 100644 --- a/vl-convert-python/pyproject.toml +++ b/vl-convert-python/pyproject.toml @@ -19,6 +19,7 @@ target-version = "py310" line-length = 88 indent-width = 4 exclude = [] +include = ["vl_convert.pyi"] [tool.ruff.format] quote-style = "double"