Skip to content

Commit

Permalink
skip venv, .downloads and third_party with isort and pyink. (#8)
Browse files Browse the repository at this point in the history
Manually tested that format.sh works as intended in my local setup.

BUG=fix dev workflow
  • Loading branch information
advaitjain authored May 18, 2024
1 parent 19a168c commit fc0c910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

set -ex

pyink --pyink-use-majority-quotes --pyink-indentation 2 ./
isort --profile google --multi-line 7 --skip .downloads ./
pyink --pyink-use-majority-quotes --pyink-indentation 2 --extend-exclude third_party --extend-exclude .downloads ./
isort --profile google --multi-line 7 --skip .downloads ./ --skip venv --skip third_party

0 comments on commit fc0c910

Please sign in to comment.