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

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](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)