Skip to content

Commit

Permalink
Add dependency installation to install-hooks preset
Browse files Browse the repository at this point in the history
  • Loading branch information
Argmaster committed Jan 29, 2025
1 parent b912cfc commit 32fec9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ gerber_lexer = "pygerber.gerber.pygments:GerberLexer"
[tool.poe.tasks]
# -------------------------------------------------------------------------------------
install-hooks = [
{ cmd = "poetry install --sync --with=docs,style,image_analysis --extras=all --no-ansi" },
{ cmd = "poetry run python -m scripts.install_hooks" },
{ cmd = "poetry run pre-commit install --install-hooks --overwrite" },
]
Expand Down

0 comments on commit 32fec9e

Please sign in to comment.