diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 56c73f65..ef3aa524 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: entry: uv run --no-sync mypy mellea pass_filenames: false language: system - files: '\.py$' + files: '^(mellea|tests|cli|docs).*\.(py|ipynb)$' - repo: https://github.com/astral-sh/uv-pre-commit rev: 0.7.8