Skip to content

Commit

Permalink
fix: poetry option is not defined
Browse files Browse the repository at this point in the history
error: The option `pre-commit.hooks.poetry.entry' is used but not defined.

Signed-off-by: Leonard Sheng Sheng Lee <[email protected]>
  • Loading branch information
sheeeng committed Nov 4, 2024
1 parent af8a16f commit ebcbad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ clang-format supports.
- [pylint](https://github.com/PyCQA/pylint)
- [pyright](https://github.com/microsoft/pyright)
- [python-debug-statements](https://github.com/pre-commit/pre-commit-hooks/blob/main/pre_commit_hooks/debug_statement_hook.py)
- [poetry](https://python-poetry.org/docs/pre-commit-hooks)
- [poetry-check](https://python-poetry.org/docs/pre-commit-hooks)
- [pyupgrade](https://github.com/asottile/pyupgrade)
- [ruff](https://github.com/charliermarsh/ruff)
- [ruff-format](https://github.com/charliermarsh/ruff)
Expand Down

0 comments on commit ebcbad1

Please sign in to comment.