pyproject: Fix typo
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user