Skip to content
Snippets Groups Projects
Commit e684f25e authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Current status of pre-commit.

Not working!
parent 0acfd677
Branches
Tags
2 merge requests!15Refactor,!14Pre commit
Pipeline #
This commit is part of merge request !15. Comments created here will be created in the context of that merge request.
......@@ -3,6 +3,6 @@ repos:
hooks:
- id: prospector
name: prospector
entry: prospector --uses django
entry: python -m prospector -u django
language: system
types: [python]
\ No newline at end of file
types: [python]
......@@ -9,6 +9,7 @@ from core.serializers import (FeedbackSerializer, StudentSerializer,
log = logging.getLogger(__name__)
class StudentApiView(RetrieveAPIView):
permission_classes = (IsStudent,)
......
prospector.sh 0 → 100755
#!/bin/bash
cd backend
prospector --uses django
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment