Skip to content

Commit

Permalink
chore: fix black pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
SwovelandM authored Feb 10, 2023
1 parent 5b39a30 commit 524c494
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 39 deletions.
67 changes: 33 additions & 34 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,18 @@ license = "MIT"
python = "~3.10"
biopython = "^1.79"
virtool-workflow = "^5.0.0"
nuvs-rust = {path = "target/wheels/nuvs_rust-0.1.0-cp310-cp310-manylinux_2_31_x86_64.whl"}

[tool.poetry.group.dev.dependencies]
pytest = "^6.2.4"
pytest-asyncio = "^0.15.1"
pytest-aiohttp = "^0.3.0"
pytest-xdist = "^2.3.0"
pytest-regressions = "^2.2.0"
pre-commit = "^2.20.0"
black = "^22.10.0"
pydantic-factories = "^1.17.0"
maturin = "^0.13.1"
black = "^23.1.0"
pre-commit = "^3.0.4"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0","maturin>=0.14,<0.15"]
build-backend = "maturin"

0 comments on commit 524c494

Please sign in to comment.