We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a168c commit fc0c910Copy full SHA for fc0c910
format.sh
@@ -18,5 +18,5 @@
18
19
set -ex
20
21
-pyink --pyink-use-majority-quotes --pyink-indentation 2 ./
22
-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 commit comments