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 16, 2024
1 parent 05b51e4 commit a55e16c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ name = 'aiida-core'
readme = 'README.md'
requires-python = '>=3.9'

# FIXME: remove before merge
[tool.uv.sources]
plumpy = {git = "https://github.com/unkcpz/plumpy", rev = "560098c2b55a312b60884a0b8dfac97f6e8139d8"}

[project.entry-points.'aiida.brokers']
'core.rabbitmq' = 'aiida.brokers.rabbitmq.broker:RabbitmqBroker'

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

# FIXME: remove before merge
[tool.uv.sources]
plumpy = {git = "https://github.com/unkcpz/plumpy", rev = "560098c2b55a312b60884a0b8dfac97f6e8139d8"}
1 change: 0 additions & 1 deletion src/aiida/engine/processes/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import collections
import concurrent
import functools
from pydoc import text
import typing as t

import kiwipy
Expand Down

0 comments on commit a55e16c

Please sign in to comment.