diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 880d4c013722..eab288ecc948 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ repos: name: skills python tests entry: pytest -q -c skills/pyproject.toml skills language: python - additional_dependencies: [pytest>=8, <9] + additional_dependencies: ["pytest>=8,<9"] pass_filenames: false files: "^skills/.*\\.py$"