Skip to content

Commit 1864030

Browse files
authored
Merge pull request #523 from sheeeng/fix/poetry-option-is-not-defined
fix: poetry option is not defined
2 parents af8a16f + 04db8c1 commit 1864030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
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](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)