From e9401c253530b3a1b8cb3e3fa6717a15773280e8 Mon Sep 17 00:00:00 2001 From: Ajeet yadav Date: Sun, 10 Mar 2024 23:59:24 +0530 Subject: [PATCH] Updated Pytest path --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa83883..6d514b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: hooks: - id: pytest name: pytest - entry: pytest tests + entry: pytest 01OS/tests language: system types: [python] pass_filenames: false