Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NvdLaan committed Aug 5, 2024
1 parent 61ffc54 commit f772c81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ repos:
rev: '24.4.2'
hooks:
- id: black
language_version: python3
language_version: python3
1 change: 1 addition & 0 deletions app/apps/cases/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from .tasks import task_create_case


class Case(models.Model):
description = models.TextField(null=True)

Expand Down
3 changes: 3 additions & 0 deletions bin/install_pre_commit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pip3 install pre-commit
git add .pre-commit-config.yaml
pre-commit install

0 comments on commit f772c81

Please sign in to comment.