Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 20, 2024
1 parent 3851fdd commit b3b39ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -513,3 +510,6 @@ passenv =
AIIDA_TEST_WORKERS
commands = molecule {posargs:test}
"""

[tool.uv.sources]
aiormq = {git = "https://github.com/unkcpz/aiormq", rev = "f4da0adbddfec4b984f44093e8d04021fb163464"}

0 comments on commit b3b39ef

Please sign in to comment.