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 3, 2024
1 parent 3d72b40 commit 6b7ba3c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -424,16 +424,6 @@ select = [
'RUF' # ruff
]

[tool.uv]

[tool.uv.sources]
circus = { index = "testpypi" }

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
explicit = true

[tool.tox]
legacy_tox_ini = """
[tox]
Expand Down Expand Up @@ -519,3 +509,13 @@ passenv =
AIIDA_TEST_WORKERS
commands = molecule {posargs:test}
"""

[tool.uv]

[[tool.uv.index]]
explicit = true
name = "testpypi"
url = "https://test.pypi.org/simple/"

[tool.uv.sources]
circus = {index = "testpypi"}

0 comments on commit 6b7ba3c

Please sign in to comment.