fix: typo in pyproject.toml

This commit is contained in:
Matěj Cepl 2026-04-18 01:03:28 +02:00
commit 913dd59c52
No known key found for this signature in database
GPG key ID: 79205802880BC9D8

View file

@ -210,7 +210,7 @@ ignore = [
"PLR2004"
]
"pelican/tools/*.py}" = [
"pelican/tools/*.py" = [
# this is a command-line utility, prints are fine
"T201"
]