diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69d4641..5a7e100 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,6 +27,13 @@ repos: # Preserve markdown hard line breaks args: ["--markdown-linebreak-ext", "md"] + # Run poetry checks + - repo: https://github.com/python-poetry/poetry + rev: "1.7.1" + hooks: + - id: poetry-check + args: ["--lock"] + # Import-linter to check project structure - repo: https://github.com/seddonym/import-linter/ rev: "v2.0"