Skip to content

Move pre-commit from main to dev dependencies#994

Open
Br1an67 wants to merge 1 commit intodatalab-to:masterfrom
Br1an67:fix/issue-935-move-precommit-dev
Open

Move pre-commit from main to dev dependencies#994
Br1an67 wants to merge 1 commit intodatalab-to:masterfrom
Br1an67:fix/issue-935-move-precommit-dev

Conversation

@Br1an67
Copy link

@Br1an67 Br1an67 commented Mar 1, 2026

Summary

Move pre-commit from [tool.poetry.dependencies] to [tool.poetry.group.dev.dependencies] in pyproject.toml.

pre-commit is a development tool and should not be a runtime dependency for end users installing marker-pdf.

Closes #935

Changes

  • Removed pre-commit = "^4.2.0" from [tool.poetry.dependencies]
  • Added pre-commit = "^4.2.0" to [tool.poetry.group.dev.dependencies]

@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2026

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@Br1an67
Copy link
Author

Br1an67 commented Mar 1, 2026

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move pre-commit from dev dependencies to main dependencies in both marker-pdf and surya

1 participant