Skip to content

Commit

Permalink
chore: adds flake8 config file and cleans up linting (#133)
Browse files Browse the repository at this point in the history
* feat: adds flake8 linting config file

* chore: removes empty models.py and serializers.py

* chore: comments out unused import

* chore: cleans up all linting errors

* chore: remove views.py commented out file
  • Loading branch information
esparr authored Sep 8, 2023
1 parent 11dc426 commit c935078
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 923 deletions.
7 changes: 7 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[flake8]
exclude =
.git
*migrations*
./config/settings.py
./team_production_system/management/commands/add_superuser.py

2 changes: 1 addition & 1 deletion config/celery_settings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import
import os
import ssl
# import ssl
from celery import Celery
from django.conf import settings

Expand Down
319 changes: 0 additions & 319 deletions team_production_system/models.py

This file was deleted.

Loading

0 comments on commit c935078

Please sign in to comment.