|
@ -6,4 +6,6 @@ vagrant ssh -c ". activate \ |
|
|
&& echo 'Checking mypy type annotations...' && mypy . \ |
|
|
&& echo 'Checking mypy type annotations...' && mypy . \ |
|
|
&& echo 'Checking if Black would reformat any code...' && black --check . \ |
|
|
&& echo 'Checking if Black would reformat any code...' && black --check . \ |
|
|
&& echo -n 'Running tests: ' && pytest -q \ |
|
|
&& echo -n 'Running tests: ' && pytest -q \ |
|
|
&& echo 'Checking code style fully (takes a while)...' && prospector -M" |
|
|
|
|
|
|
|
|
&& echo 'Checking SCSS style...' && npm run --silent lint:scss \ |
|
|
|
|
|
&& echo 'Checking JS style...' && npm run --silent lint:js \ |
|
|
|
|
|
&& echo 'Checking Python style fully (takes a while)...' && prospector -M" |