pyproject: Fix typo

This commit is contained in:
a-kenji
2025-06-13 13:05:21 +02:00
parent 04fee3af09
commit 46abba7614

View File

@@ -47,7 +47,7 @@ lint.select = [
lint.ignore = [
"A003",
# A005 Module `inspect` shadows a Python standard-library module
# We might asctually wants to fix this.
# We might actually want to fix this.
"A005",
"ANN401",
"TRY400",