Skip to content

Commit 5518172

Browse files
T-256Testerkarpetrosyan
authored
Move unasync.py to scripts (#891)
Co-authored-by: Tester <Tester@test.com> Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
1 parent 14bda52 commit 5518172

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

scripts/check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ set -x
1111
${PREFIX}ruff check --show-source $SOURCE_FILES
1212
${PREFIX}ruff format $SOURCE_FILES --diff
1313
${PREFIX}mypy $SOURCE_FILES
14-
scripts/unasync --check
14+
${PREFIX}python scripts/unasync.py --check

scripts/lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ ${PREFIX}ruff format $SOURCE_FILES
1313

1414
# Run unasync last because its `--check` mode is not aware of code formatters.
1515
# (This means sync code isn't prettified, and that's mostly okay.)
16-
scripts/unasync
16+
${PREFIX}python scripts/unasync.py

scripts/unasync

Lines changed: 0 additions & 8 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)