Add github actions CI (black, mypy, django tests)
This commit is contained in:
Ethan Roseman
2022-08-25 12:41:19 +09:00
committed by GitHub
parent 2624839689
commit 3e8b5809a0
10 changed files with 66 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ class Migration(migrations.Migration):
initial = True
dependencies = []
dependencies: list[tuple[str, str]] = []
operations = [
migrations.CreateModel(