Skip to content

Commit

Permalink
Update scripts/check (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee committed Apr 25, 2023
1 parent 01aa49a commit 882ab69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ set -x
./scripts/sync-version
${PREFIX}black --check --diff $SOURCE_FILES
${PREFIX}mypy $SOURCE_FILES
${PREFIX}ruff --diff $SOURCE_FILES
${PREFIX}ruff check $SOURCE_FILES

0 comments on commit 882ab69

Please sign in to comment.