Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ repos:
files: ^(readme\.md|pymatviz/.*\.py)$
pass_filenames: false

- repo: local
hooks:
- id: marimo-check
name: marimo check
entry: marimo check --strict
language: python
files: examples/widgets/marimo_demo\.py$
additional_dependencies: [marimo]

- repo: https://github.com/janosh/format-ipy-cells
rev: v0.1.11
hooks:
Expand Down
Loading
Loading