Skip to content

Commit 3e92a87

Browse files
leandrodamascenarafaelgsr
authored andcommitted
chore(ci): enable Ruff autofix rules (aws-powertools#2599)
1 parent 55717e9 commit 3e92a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: ruff.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ exclude = ["docs", ".eggs", "setup.py", "example", ".aws-sam", ".git", "dist", "
4444
line-length = 120
4545

4646

47-
#fix = true
48-
#fixable = ["I", "COM812", "W"]
47+
fix = true
48+
fixable = ["I", "COM812", "W"]
4949

5050
# See: https://github.com/astral-sh/ruff/issues/128
5151
typing-modules = ["aws_lambda_powertools.utilities.parser.types"]

0 commit comments

Comments
 (0)