From 07254a7b6b5a4d9a10a2c5e90f92be07b76a1e9e Mon Sep 17 00:00:00 2001 From: "samuel.oranyeli" Date: Sun, 7 Jul 2024 16:03:06 +1000 Subject: [PATCH] update for polars row to names --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85381f28f..0a697589f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ target-version = ['py36', 'py37', 'py38'] [tool.interrogate] exclude = ["setup.py", "docs", "nbconvert_config.py"] -fail-under = 5 +fail-under = 55 ignore-init-method = true ignore-init-module = true ignore-module = false