From 913dd59c52303374a38a0afa00c29fbcad96bdee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Sat, 18 Apr 2026 01:03:28 +0200 Subject: [PATCH] fix: typo in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 236a47fb..a5b5bde5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -210,7 +210,7 @@ ignore = [ "PLR2004" ] -"pelican/tools/*.py}" = [ +"pelican/tools/*.py" = [ # this is a command-line utility, prints are fine "T201" ]