Incorporate LabThings 1.3

The necessary changes to produce valid OpenAPI docs are now in
the latest release of LabThings.  This change updates it.

Also, isort was trying to sort my virtual environment, hence
the change to pyproject.toml.
I don't know why that happened - maybe an update to isort?
This commit is contained in:
Richard 2021-07-25 22:23:54 +01:00
parent 1d16792681
commit fe3fb5c66b
3 changed files with 32 additions and 28 deletions

View file

@ -41,7 +41,7 @@ location = ".venv"
[tool.poe.tasks]
black = "black ."
black_check = "black --check ."
isort = "isort ."
isort = "isort openflexure_microscope"
pylint = "pylint openflexure_microscope"
mypy = "mypy --cobertura-xml-report openflexure_microscope openflexure_microscope"
test = "pytest ."