Skip to content

Commit

Permalink
Merge pull request #118 from gab23r/deps/pre-commit-to-dev
Browse files Browse the repository at this point in the history
move pre-commit in dev dependencies
  • Loading branch information
thomasaarholt authored Oct 22, 2024
2 parents 967b629 + a359cae commit 53d3777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ sphinx-autobuild = {version = "*", optional = true}
sphinx-autodoc-typehints = {version = "*", optional = true}
sphinx-toolbox = {version = "*", optional = true}
sphinxcontrib-mermaid = {version = "*", optional = true}
pre-commit = "^3.8.0"

[tool.poetry.extras]
# The pyarrow.parquet module is required for writing parquet caches to disk
Expand All @@ -42,6 +41,7 @@ docs = [

[tool.poetry.group.dev.dependencies]
ruff = ">=0.2.1"
pre-commit = "^3.8.0"
coverage = {version = "*", extras = ["toml"]}
pyright = ">=1.1.239"
pytest = ">=7.1.2"
Expand Down

0 comments on commit 53d3777

Please sign in to comment.