Skip to content

Commit 04db8c1

Browse files
committed
fix: poetry option is not defined
Signed-off-by: Leonard Sheng Sheng Lee <[email protected]>
1 parent 92495ab commit 04db8c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ clang-format supports.
234234
- [pylint](https://github.com/PyCQA/pylint)
235235
- [pyright](https://github.com/microsoft/pyright)
236236
- [python-debug-statements](https://github.com/pre-commit/pre-commit-hooks/blob/main/pre_commit_hooks/debug_statement_hook.py)
237-
- [poetry-check](https://python-poetry.org/docs/pre-commit-hooks)
237+
- [poetry-check](https://python-poetry.org/docs/pre-commit-hooks): Run `poetry check`.
238+
- [poetry-lock](https://python-poetry.org/docs/pre-commit-hooks): Run `poetry lock`.
238239
- [pyupgrade](https://github.com/asottile/pyupgrade)
239240
- [ruff](https://github.com/charliermarsh/ruff)
240241
- [ruff-format](https://github.com/charliermarsh/ruff)

0 commit comments

Comments
 (0)