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 7b29936 commit 7a8b054Copy full SHA for 7a8b054
scripts/test.sh
@@ -14,9 +14,5 @@ fi
14
export PYTHONPATH=./docs/src
15
pytest --cov=fastapi --cov=tests --cov=docs/src --cov-report=term-missing ${@}
16
mypy fastapi --disallow-untyped-defs --follow-imports=skip
17
-if [ "${PYTHON_VERSION}" = '3.7' ]; then
18
- echo "Skipping 'black' on 3.7. See issue https://github.com/ambv/black/issues/494"
19
-else
20
- black fastapi tests --check
21
-fi
+black fastapi tests --check
22
isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --combine-as --line-width 88 --recursive --check-only --thirdparty fastapi fastapi tests
0 commit comments