uncomment precommit config

This commit is contained in:
Abi Raja 2024-09-10 14:51:52 +02:00
parent 6600035267
commit f1501c0aaf

View File

@ -7,15 +7,15 @@ repos:
- id: end-of-file-fixer - id: end-of-file-fixer
- id: check-yaml - id: check-yaml
- id: check-added-large-files - id: check-added-large-files
# - repo: local - repo: local
# hooks: hooks:
# - id: poetry-pytest - id: poetry-pytest
# name: Run pytest with Poetry name: Run pytest with Poetry
# entry: poetry run --directory backend pytest entry: poetry run --directory backend pytest
# language: system language: system
# pass_filenames: false pass_filenames: false
# always_run: true always_run: true
# files: ^backend/ files: ^backend/
# - id: poetry-pyright # - id: poetry-pyright
# name: Run pyright with Poetry # name: Run pyright with Poetry
# entry: poetry run --directory backend pyright # entry: poetry run --directory backend pyright