Skip to content

Commit

Permalink
Run black before ruff (#1971)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee authored May 8, 2023
1 parent e165eec commit d43afed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lint
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export SOURCE_FILES="uvicorn tests"

set -x

${PREFIX}ruff --fix $SOURCE_FILES
${PREFIX}black --target-version=py37 $SOURCE_FILES
${PREFIX}ruff --fix $SOURCE_FILES
${PREFIX}python -m tools.cli_usage

0 comments on commit d43afed

Please sign in to comment.