Skip to content

Commit

Permalink
Merge pull request #857 from LDO-CERT/deepsource-fix-b31f4d7d
Browse files Browse the repository at this point in the history
Add newline at end of file
  • Loading branch information
dadokkio authored Jan 1, 2023
2 parents 910f365 + ebd3bc2 commit f78ffdc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion orochi/website/migrations/0033_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ class Migration(migrations.Migration):
),
],
),
]
]
2 changes: 1 addition & 1 deletion orochi/website/migrations/0034_auto_20210303_1556.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ class Migration(migrations.Migration):
size=None,
),
),
]
]
2 changes: 1 addition & 1 deletion orochi/website/migrations/0035_auto_20210314_2224.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ class Migration(migrations.Migration):
migrations.DeleteModel(
name="Rule",
),
]
]
2 changes: 1 addition & 1 deletion orochi/website/migrations/0036_customrule_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ class Migration(migrations.Migration):
name="default",
field=models.BooleanField(default=False),
),
]
]
2 changes: 1 addition & 1 deletion orochi/website/migrations/0037_plugin_yara_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ class Migration(migrations.Migration):
name="yara_check",
field=models.BooleanField(default=False),
),
]
]
2 changes: 1 addition & 1 deletion orochi/ya/migrations/0002_auto_20210314_1621.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ class Migration(migrations.Migration):
to="ya.ruleset",
),
),
]
]
2 changes: 1 addition & 1 deletion orochi/ya/migrations/0003_remove_rule_namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ class Migration(migrations.Migration):
model_name="rule",
name="namespace",
),
]
]
2 changes: 1 addition & 1 deletion orochi/ya/migrations/0004_rule_compiled.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ class Migration(migrations.Migration):
name="compiled",
field=models.BooleanField(default=False),
),
]
]

0 comments on commit f78ffdc

Please sign in to comment.