We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af8a16f + 04db8c1 commit 1864030Copy full SHA for 1864030
README.md
@@ -234,7 +234,8 @@ clang-format supports.
234
- [pylint](https://github.com/PyCQA/pylint)
235
- [pyright](https://github.com/microsoft/pyright)
236
- [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)
+- [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`.
239
- [pyupgrade](https://github.com/asottile/pyupgrade)
240
- [ruff](https://github.com/charliermarsh/ruff)
241
- [ruff-format](https://github.com/charliermarsh/ruff)
0 commit comments