Comment out pre-commit run step in GitHub workflow to prevent execution during CI

This commit is contained in:
amithkoujalgi 2025-09-10 20:00:54 +05:30
parent 27a2d68e9b
commit 56c3f90559
No known key found for this signature in database
GPG Key ID: E29A37746AF94B70

View File

@ -24,7 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pre-commit
- name: Run pre-commit
run: |
pre-commit run --all-files --show-diff-on-failure
# - name: Run pre-commit
# run: |
# pre-commit run --all-files --show-diff-on-failure