Skip to content

Commit 4bab981

Browse files
authored
Run black before ruff (#2143)
1 parent 7c4fd9c commit 4bab981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ export SOURCE_FILES="starlette tests"
88

99
set -x
1010

11-
${PREFIX}ruff --fix $SOURCE_FILES
1211
${PREFIX}black $SOURCE_FILES
12+
${PREFIX}ruff --fix $SOURCE_FILES

0 commit comments

Comments
 (0)