Skip to content

Commit

Permalink
Update scripts/check (#1952)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee committed Apr 25, 2023
1 parent 8738727 commit 6dcb6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check
Expand Up @@ -12,5 +12,5 @@ set -x
./scripts/sync-version
${PREFIX}black --check --diff --target-version=py37 $SOURCE_FILES
${PREFIX}mypy --show-error-codes $SOURCE_FILES
${PREFIX}ruff --diff $SOURCE_FILES
${PREFIX}ruff check $SOURCE_FILES
${PREFIX}python -m tools.cli_usage --check

0 comments on commit 6dcb6a6

Please sign in to comment.