diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 714194fb..133b3230 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,11 +28,3 @@ repos: always_run: true stages: - push - - - id: django-test - name: django-test - entry: poetry run python3 manage.py test - language: system - always_run: true - stages: - - push