diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 06929b1..a6768e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,6 +37,6 @@ repos: - id: check-for-layout name: check-for-layout files: _posts/.*.md - entry: python update_layout.py check + entry: python update_layout.py language: python additional_dependencies: [typer, python-frontmatter, typing-extensions]