Loading .pre-commit-config.yaml +0 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,5 @@ repos: - id: pylint name: pylint entry: poetry run pylint files: "./openflexure_microscope/" language: system types: [python] .pylintrc +6 −2 Original line number Diff line number Diff line [MESSAGES CONTROL] disable=C0330,C0326,W1202,W0511,C,R disable=fixme,C,R max-line-length = 88 [LOGGING] logging-format-style=new No newline at end of file docs/source/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ sys.modules.update((mod_name, Mock()) for mod_name in mock_imports) # -- Project information ----------------------------------------------------- project = "OpenFlexure Microscope Software" copyright = "2018, Bath Open Instrumentation Group" copyright = "2018, Bath Open Instrumentation Group" # pylint: disable=redefined-builtin author = "Bath Open Instrumentation Group" # The short X.Y version Loading docs/source/extensions/example_extension/04_properties.py +1 −1 Original line number Diff line number Diff line from labthings import Schema, fields, find_component from labthings.extensions import BaseExtension from labthings.views import PropertyView, View from labthings.views import PropertyView ## Extension methods Loading docs/source/extensions/example_extension/05_actions.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ import io # Used in our capture action from flask import send_file # Used to send images from our server from labthings import Schema, fields, find_component from labthings.extensions import BaseExtension from labthings.views import ActionView, PropertyView, View from labthings.views import ActionView, PropertyView ## Extension methods Loading Loading
.pre-commit-config.yaml +0 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,5 @@ repos: - id: pylint name: pylint entry: poetry run pylint files: "./openflexure_microscope/" language: system types: [python]
.pylintrc +6 −2 Original line number Diff line number Diff line [MESSAGES CONTROL] disable=C0330,C0326,W1202,W0511,C,R disable=fixme,C,R max-line-length = 88 [LOGGING] logging-format-style=new No newline at end of file
docs/source/conf.py +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ sys.modules.update((mod_name, Mock()) for mod_name in mock_imports) # -- Project information ----------------------------------------------------- project = "OpenFlexure Microscope Software" copyright = "2018, Bath Open Instrumentation Group" copyright = "2018, Bath Open Instrumentation Group" # pylint: disable=redefined-builtin author = "Bath Open Instrumentation Group" # The short X.Y version Loading
docs/source/extensions/example_extension/04_properties.py +1 −1 Original line number Diff line number Diff line from labthings import Schema, fields, find_component from labthings.extensions import BaseExtension from labthings.views import PropertyView, View from labthings.views import PropertyView ## Extension methods Loading
docs/source/extensions/example_extension/05_actions.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ import io # Used in our capture action from flask import send_file # Used to send images from our server from labthings import Schema, fields, find_component from labthings.extensions import BaseExtension from labthings.views import ActionView, PropertyView, View from labthings.views import ActionView, PropertyView ## Extension methods Loading