openflexure-microscope-server/openflexure_microscope
Richard Bowman a9fff24848 Explicitly specify encoding
The update to pylint means we were failing because open()
doesn't specify the encoding everywhere.  I have now specified utf-8
everywhere.  This was patchy before, and is default behaviour on the
Pi.  There's a slim chance it will cause some issues on Windows, but
that shouldn't affect anyone outside the developers.

I've also ignored a couple of new spurious warnings, and explicitly
ignored some unused variables.
2022-08-09 07:16:44 +01:00
..
api Explicitly specify encoding 2022-08-09 07:16:44 +01:00
camera Explicitly specify encoding 2022-08-09 07:16:44 +01:00
captures Explicitly specify encoding 2022-08-09 07:16:44 +01:00
devel Removed old JSONResponse class 2020-11-12 13:50:48 +00:00
rescue Explicitly specify encoding 2022-08-09 07:16:44 +01:00
stage Formatting fixes 2021-03-31 09:40:31 +01:00
__init__.py Started basic rescue script 2020-03-03 16:13:21 +00:00
config.py Explicitly specify encoding 2022-08-09 07:16:44 +01:00
json.py Removed deprecated np.float 2021-03-30 17:40:19 +01:00
microscope.py linting and typing fixes 2021-07-19 20:29:13 +01:00
paths.py Static type analysis 2020-11-30 13:36:45 +00:00
utilities.py Fix small typo, fixes #243 2021-11-26 11:07:59 +00:00