Skip to content

Commit b2acefe

Browse files
committed
chore(dev): add tests directory to ruff format command
Include tests/ in the ruff format command to ensure consistent formatting across test files.
1 parent 00a6e16 commit b2acefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.claude/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"type": "command",
13-
"command": "ruff format -s src/balatrobot"
13+
"command": "ruff format -s src/balatrobot tests/"
1414
}
1515
]
1616
}

0 commit comments

Comments
 (0)