Skip to content

Commit bc85328

Browse files
committed
Remove redundant ruff ignores for generated ASF modules
As of #13347, the type annotations in those modules are modern and will not upset ruff.
1 parent 37b23d0 commit bc85328

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ extend-safe-fixes = [
261261
# Since F401 (removing unused imports) is currently an unsafe fix, these imports cannot be automatically removed.
262262
# Therefore, we temporarily disable the rules below for __init__ files.
263263
[tool.ruff.lint.per-file-ignores]
264-
"localstack-core/localstack/**/__init__.py" = ["UP006", "UP007", "UP035", "UP045"]
265264
"tests/aws/services/lambda_/functions/**" = ["UP"] # lambda tests parametrize the runtime
266265

267266
[tool.ruff.lint.pyupgrade]

0 commit comments

Comments
 (0)