chore: remove pre-push stage from pre-commit config
Lint / pre-commit Linting (push) Failing after 55s
Test / Run Tests (push) Successful in 1m2s

This commit is contained in:
2026-05-16 16:42:28 +02:00
parent 3abc837f78
commit 28eb7c2971
+1 -1
View File
@@ -1,4 +1,4 @@
default_stages: [pre-commit, pre-push, manual]
default_stages: [pre-commit, manual]
exclude: ^(dist|node_modules)/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks