pyproject: Fix typo
This commit is contained in:
@@ -47,7 +47,7 @@ lint.select = [
|
|||||||
lint.ignore = [
|
lint.ignore = [
|
||||||
"A003",
|
"A003",
|
||||||
# A005 Module `inspect` shadows a Python standard-library module
|
# A005 Module `inspect` shadows a Python standard-library module
|
||||||
# We might asctually wants to fix this.
|
# We might actually want to fix this.
|
||||||
"A005",
|
"A005",
|
||||||
"ANN401",
|
"ANN401",
|
||||||
"TRY400",
|
"TRY400",
|
||||||
|
|||||||
Reference in New Issue
Block a user