From 57424886afa0fb12ee3dd31a32bf47483210c960 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:11:33 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- covalent/_serialize/common.py | 2 +- .../executor/quantum_plugins/qiskit_plugin/local_sampler.py | 2 +- .../executor/quantum_plugins/qiskit_plugin/runtime_sampler.py | 2 +- covalent_dispatcher/_core/runner_modules/executor_proxy.py | 2 +- covalent_dispatcher/_core/runner_modules/jobs.py | 2 +- covalent_ui/api/v1/database/schema/electron.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/covalent/_serialize/common.py b/covalent/_serialize/common.py index 341e112f0..5b82570a6 100644 --- a/covalent/_serialize/common.py +++ b/covalent/_serialize/common.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -""" Serialization/Deserialization methods for Assets """ +"""Serialization/Deserialization methods for Assets""" import hashlib import json diff --git a/covalent/executor/quantum_plugins/qiskit_plugin/local_sampler.py b/covalent/executor/quantum_plugins/qiskit_plugin/local_sampler.py index ef276a96c..e3011f1c0 100644 --- a/covalent/executor/quantum_plugins/qiskit_plugin/local_sampler.py +++ b/covalent/executor/quantum_plugins/qiskit_plugin/local_sampler.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""" +""" " Pennylane-Qiskit device that uses the local Qiskit `Sampler` primitive """ diff --git a/covalent/executor/quantum_plugins/qiskit_plugin/runtime_sampler.py b/covalent/executor/quantum_plugins/qiskit_plugin/runtime_sampler.py index 80b1a6708..bcf10e6a1 100644 --- a/covalent/executor/quantum_plugins/qiskit_plugin/runtime_sampler.py +++ b/covalent/executor/quantum_plugins/qiskit_plugin/runtime_sampler.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""" +""" " Pennylane-Qiskit device that uses the Qiskit Runtime `Sampler` primitive """ diff --git a/covalent_dispatcher/_core/runner_modules/executor_proxy.py b/covalent_dispatcher/_core/runner_modules/executor_proxy.py index c143066dd..fce7e6880 100644 --- a/covalent_dispatcher/_core/runner_modules/executor_proxy.py +++ b/covalent_dispatcher/_core/runner_modules/executor_proxy.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -""" Monitor executor instances """ +"""Monitor executor instances""" from typing import Any diff --git a/covalent_dispatcher/_core/runner_modules/jobs.py b/covalent_dispatcher/_core/runner_modules/jobs.py index 55d79eead..e48a1c37a 100644 --- a/covalent_dispatcher/_core/runner_modules/jobs.py +++ b/covalent_dispatcher/_core/runner_modules/jobs.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -""" Handlers for the executor proxy """ +"""Handlers for the executor proxy""" from covalent._shared_files import logger diff --git a/covalent_ui/api/v1/database/schema/electron.py b/covalent_ui/api/v1/database/schema/electron.py index 01a36bca8..3d32487e5 100644 --- a/covalent_ui/api/v1/database/schema/electron.py +++ b/covalent_ui/api/v1/database/schema/electron.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Electrons Schema """ +"""Electrons Schema""" from sqlalchemy import Boolean, Column, DateTime, ForeignKey, Integer, String, Text, func