From e32242635c61fdd332aed9c9b7080128debed51a Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Tue, 27 Jun 2023 15:56:14 +0100 Subject: [PATCH] chore: enabling ruff autofix rules --- ruff.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruff.toml b/ruff.toml index 04d8c503804..f3a50abc720 100644 --- a/ruff.toml +++ b/ruff.toml @@ -44,8 +44,8 @@ exclude = ["docs", ".eggs", "setup.py", "example", ".aws-sam", ".git", "dist", " line-length = 120 -#fix = true -#fixable = ["I", "COM812", "W"] +fix = true +fixable = ["I", "COM812", "W"] # See: https://github.com/astral-sh/ruff/issues/128 typing-modules = ["aws_lambda_powertools.utilities.parser.types"]