From c029cc4fc7abf160574029b281043d80496a7aec Mon Sep 17 00:00:00 2001 From: tonegas Date: Thu, 30 Apr 2026 14:39:28 +0200 Subject: [PATCH] fix: reduced pytest scope --- .gitignore | 1 + .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1eaa059..71f641f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ results dist/ docs/_build docs/out_docs +experimental/ .DS_Store .coverage diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 02018fe..7b38cea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: types: [python] - id: pytest name: pytest - entry: uv run pytest + entry: uv run pytest tests language: system pass_filenames: false types: [python]