Skip to content

Commit

Permalink
Move unasync.py to scripts (#891)
Browse files Browse the repository at this point in the history
Co-authored-by: Tester <Tester@test.com>
Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
  • Loading branch information
3 people committed Feb 23, 2024
1 parent 14bda52 commit 5518172
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
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
${PREFIX}ruff check --show-source $SOURCE_FILES
${PREFIX}ruff format $SOURCE_FILES --diff
${PREFIX}mypy $SOURCE_FILES
scripts/unasync --check
${PREFIX}python scripts/unasync.py --check
2 changes: 1 addition & 1 deletion scripts/lint
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ${PREFIX}ruff format $SOURCE_FILES

# Run unasync last because its `--check` mode is not aware of code formatters.
# (This means sync code isn't prettified, and that's mostly okay.)
scripts/unasync
${PREFIX}python scripts/unasync.py
8 changes: 0 additions & 8 deletions scripts/unasync

This file was deleted.

0 unasync.py → scripts/unasync.py
100755 → 100644
File renamed without changes.

0 comments on commit 5518172

Please sign in to comment.