Add ANN20X rules to ruff
This commit is contained in:
parent
d673196671
commit
4c46330959
20 changed files with 98 additions and 86 deletions
|
|
@ -51,7 +51,7 @@ class OpenFlexureSystem(lt.Thing):
|
|||
return UUID(self._microscope_id)
|
||||
|
||||
@microscope_id.setter
|
||||
def microscope_id(self, uuid: UUID):
|
||||
def microscope_id(self, uuid: UUID) -> None:
|
||||
# TODO make read only but still settable from disk
|
||||
self._microscope_id = uuid
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue