From 46abba7614b5dd892bb5561af9d5461870797c26 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 13 Jun 2025 13:05:21 +0200 Subject: [PATCH] pyproject: Fix typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index afc5d3ee1..cac6c997d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",