Skip to content

Commit

Permalink
Run black before ruff (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed May 4, 2023
1 parent 7c4fd9c commit 4bab981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lint
Expand Up @@ -8,5 +8,5 @@ export SOURCE_FILES="starlette tests"

set -x

${PREFIX}ruff --fix $SOURCE_FILES
${PREFIX}black $SOURCE_FILES
${PREFIX}ruff --fix $SOURCE_FILES

0 comments on commit 4bab981

Please sign in to comment.