fastapi/scripts
Brian Mboya fe453f80ed
⬆ Upgrade isort to version 5.x.x (#1670)
* Update isort script to match changes in the new release, isort v5.0.2

* Downgrade isort to version v4.3.21

* Add an alternative flag to --recursive in isort v5.0.2

* Add isort config file

* 🚚 Import from docs_src for tests

* 🎨 Format dependencies.utils

* 🎨 Remove isort combine_as_imports, keep black profile

* 🔧 Update isort config, use pyproject.toml, Black profile

* 🔧 Update format scripts to use explicit directories to format

otherwise it would try to format venv env directories, I have several with different Python versions

* 🎨 Format NoSQL tutorial after re-sorting imports

* 🎨 Fix format for __init__.py

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-07-09 20:06:12 +02:00
..
build-docs.sh Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
clean.sh 📝 Add docs, set up mkdocs 2018-12-10 07:59:18 +04:00
deploy.sh Add FastAPI releases bot for Gitter (#189) 2019-04-27 20:02:32 +04:00
docs-live.sh 🔧 Make scripts executable (#76) 2019-03-16 21:19:13 +04:00
docs.py Allow Unicode in MkDocs for translations instead of escaped chars (#1419) 2020-05-16 15:17:24 +02:00
format-imports.sh ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
format.sh ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
gitter_releases_bot.py 🔧 Enable FastAPI releases bot in main Gitter channel 2019-05-11 19:44:39 +04:00
lint.sh ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
netlify-docs.sh Use venv with Flit for local development, instead of requiring Flit and Pipenv (#877) 2020-01-17 09:51:03 +01:00
publish.sh 🚀 Make Flit publish from CI (#170) 2019-04-20 22:09:35 +04:00
test-cov-html.sh 🔧 Update test-conv-html.sh to allow extra params 2019-04-05 14:29:36 +04:00
test.sh 📝 Add an example of setting up a test database (#1144) 2020-04-05 13:53:09 +02:00
trigger-docker.sh 👷 Trigger Docker images build on Travis (#65) 2019-03-04 11:12:21 +04:00