Skip to content

Commit

Permalink
Update scripts/check
Browse files Browse the repository at this point in the history
Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com>
  • Loading branch information
karpetrosyan and T-256 authored Oct 25, 2023
1 parent d5d7f32 commit f7a38f4
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 @@ -9,6 +9,6 @@ export SOURCE_FILES="httpx tests"
set -x

./scripts/sync-version
${PREFIX}ruff format $SOURCE_FILES --check
${PREFIX}ruff format $SOURCE_FILES --diff
${PREFIX}mypy $SOURCE_FILES
${PREFIX}ruff check $SOURCE_FILES

0 comments on commit f7a38f4

Please sign in to comment.