From f1501c0aaff9a70bd132cc4a16c9e561bea9b59b Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Tue, 10 Sep 2024 14:51:52 +0200 Subject: [PATCH] uncomment precommit config --- backend/.pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/backend/.pre-commit-config.yaml b/backend/.pre-commit-config.yaml index b27eb3a..f576228 100644 --- a/backend/.pre-commit-config.yaml +++ b/backend/.pre-commit-config.yaml @@ -7,15 +7,15 @@ repos: - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - # - repo: local - # hooks: - # - id: poetry-pytest - # name: Run pytest with Poetry - # entry: poetry run --directory backend pytest - # language: system - # pass_filenames: false - # always_run: true - # files: ^backend/ + - repo: local + hooks: + - id: poetry-pytest + name: Run pytest with Poetry + entry: poetry run --directory backend pytest + language: system + pass_filenames: false + always_run: true + files: ^backend/ # - id: poetry-pyright # name: Run pyright with Poetry # entry: poetry run --directory backend pyright