Skip to content

Commit

Permalink
Merge pull request #523 from sheeeng/fix/poetry-option-is-not-defined
Browse files Browse the repository at this point in the history
fix: poetry option is not defined
  • Loading branch information
domenkozar authored Nov 5, 2024
2 parents af8a16f + 04db8c1 commit 1864030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ 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): Run `poetry check`.
- [poetry-lock](https://python-poetry.org/docs/pre-commit-hooks): Run `poetry lock`.
- [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 1864030

Please sign in to comment.