Skip to content

Commit fc0c910

Browse files
authored
skip venv, .downloads and third_party with isort and pyink. (#8)
Manually tested that format.sh works as intended in my local setup. BUG=fix dev workflow
1 parent 19a168c commit fc0c910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

format.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818

1919
set -ex
2020

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

0 commit comments

Comments
 (0)