From b3b39ef34318d0a99f6463890232ab32a9f0076a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 08:42:38 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8f63b1248..3c2831eba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,9 +58,6 @@ name = 'aiida-core' readme = 'README.md' requires-python = '>=3.9' -[tool.uv.sources] -aiormq = {git = "https://github.com/unkcpz/aiormq", rev = "f4da0adbddfec4b984f44093e8d04021fb163464"} - [project.entry-points.'aiida.brokers'] 'core.rabbitmq' = 'aiida.brokers.rabbitmq.broker:RabbitmqBroker' @@ -513,3 +510,6 @@ passenv = AIIDA_TEST_WORKERS commands = molecule {posargs:test} """ + +[tool.uv.sources] +aiormq = {git = "https://github.com/unkcpz/aiormq", rev = "f4da0adbddfec4b984f44093e8d04021fb163464"}