Skip to content

Commit 7985214

Browse files
committed
Uncomment Ruff autofix enabling config option
1 parent 387d5f8 commit 7985214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ filterwarnings = [
100100
]
101101

102102
[tool.ruff]
103-
# fix = true
103+
fix = true
104104
force-exclude = true
105105
format.exclude = ["*.ipynb"]
106106
lint.exclude = ["*.ipynb"]

0 commit comments

Comments
 (0)