Skip to content

Commit c997093

Browse files
author
Flax Authors
committed
Merge pull request #3560 from google:cgarciae-patch-1
PiperOrigin-RevId: 591348735
2 parents 0a337cb + 4e852f5 commit c997093

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
@@ -173,7 +173,7 @@ indent-width = 2
173173

174174
[tool.ruff.lint]
175175
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
176-
select = ["F401", "I001"]
176+
select = ["F401"]
177177
ignore = []
178178
# Allow fix for all enabled rules (when `--fix`) is provided.
179179
# Full list of rules: https://docs.astral.sh/ruff/rules/

0 commit comments

Comments
 (0)