Skip to content

Commit

Permalink
feat: Remove pre-commit configuration file and clean up test files by…
Browse files Browse the repository at this point in the history
… uncommenting imports
  • Loading branch information
AhmedNassar7 committed Dec 13, 2024
1 parent 10927da commit 08c48a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 40 deletions.
38 changes: 0 additions & 38 deletions .pre-commit-config.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion apps/stations/tests.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# from django.test import TestCase
from django.test import TestCase

# Create your tests here.
2 changes: 1 addition & 1 deletion apps/users/tests.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# from django.test import TestCase
from django.test import TestCase

# Create your tests here.

0 comments on commit 08c48a0

Please sign in to comment.