From fdbb3d0e095e4e903f21f3ced1f245f6efb2158e Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 4 Jul 2025 11:43:51 +0200 Subject: [PATCH] Chore: Newer `poethepoet` complains about unmatched glob patterns --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3fd94d..e1b1b25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -167,7 +167,7 @@ lint = [ { cmd = "ruff check sqlalchemy_postgresql_relaxed/ tests/" }, { cmd = "ruff format --check sqlalchemy_postgresql_relaxed/ tests/" }, { cmd = "validate-pyproject pyproject.toml" }, - { cmd = "proselint *.rst doc/*.rst" }, + { cmd = "proselint *.rst" }, # { cmd = "mypy" }, ]