Skip to content

Commit

Permalink
build(poetry): add pre-commit to group pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Nov 16, 2023
1 parent babc475 commit bc14f05
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 0 deletions.
105 changes: 105 additions & 0 deletions poetry.lock

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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ sphinx-book-theme = "^1.0.1"
rich = "^13.6.0"
myst-parser = "^2.0.0"


[tool.poetry.group.pre-commit.dependencies]
pre-commit = "^3.5.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit bc14f05

Please sign in to comment.