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]