Merge pull request 'pyproject: Fix typo' (#3963) from kenji/pyproject: Fix typo into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3963
This commit is contained in:
kenji
2025-06-17 10:08:53 +00:00

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