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",