Skip to content

Commit 80c5a99

Browse files
committed
fix: pre-commit fixes
1 parent dbf78f6 commit 80c5a99

File tree

3 files changed

+44
-44
lines changed

3 files changed

+44
-44
lines changed

Diff for: Access/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class User(models.Model):
6161

6262
email = models.EmailField(null=True, blank=False)
6363
phone = models.IntegerField(null=True, blank=True)
64-
64+
6565
is_bot = models.BooleanField(null=False, blank=False, default=False)
6666
BOT_TYPES = (
6767
("None", "none"),

Diff for: config.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"googleapi": {
3-
"SOCIAL_AUTH_GOOGLE_OAUTH2_KEY": "",
4-
"SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET": "",
5-
"SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS": ""
6-
}
7-
}
2+
"googleapi": {
3+
"SOCIAL_AUTH_GOOGLE_OAUTH2_KEY": "",
4+
"SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET": "",
5+
"SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS": ""
6+
}
7+
}

Diff for: instanceTypes.json

+37-37
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"eu-central-1": {
3-
"instanceTypes": [
4-
{
5-
"type": "t3.nano",
6-
"dispName": "General -- CPU: 1 -- RAM: 0.5 -- $0.0067/hr"
7-
},
8-
{
9-
"type": "t3.micro",
10-
"dispName": "General -- CPU: 1 -- RAM: 1 -- $0.0134/hr"
11-
},
12-
{
13-
"type": "t3.small",
14-
"dispName": "General -- CPU: 1 -- RAM: 2 -- $0.0268/hr"
15-
},
16-
{
17-
"type": "t3.medium",
18-
"dispName": "General -- CPU: 2 -- RAM: 4 -- $0.0536/hr"
19-
},
20-
{
21-
"type": "t3.large",
22-
"dispName": "General -- CPU: 2 -- RAM: 8 -- $0.1072/hr"
23-
},
24-
{
25-
"type": "m5.large",
26-
"dispName": "EBS-Optimized -- CPU: 2 -- RAM: 8 -- $0.1150/hr"
27-
},
28-
{
29-
"type": "c5.large",
30-
"dispName": "Compute -- CPU: 2 -- RAM: 4 -- $0.0970/hr"
31-
},
32-
{
33-
"type": "c5.xlarge",
34-
"dispName": "Compute -- CPU: 4 -- RAM: 8 -- $0.1940/hr"
35-
}
36-
]
37-
}
38-
}
2+
"eu-central-1": {
3+
"instanceTypes": [
4+
{
5+
"type": "t3.nano",
6+
"dispName": "General -- CPU: 1 -- RAM: 0.5 -- $0.0067/hr"
7+
},
8+
{
9+
"type": "t3.micro",
10+
"dispName": "General -- CPU: 1 -- RAM: 1 -- $0.0134/hr"
11+
},
12+
{
13+
"type": "t3.small",
14+
"dispName": "General -- CPU: 1 -- RAM: 2 -- $0.0268/hr"
15+
},
16+
{
17+
"type": "t3.medium",
18+
"dispName": "General -- CPU: 2 -- RAM: 4 -- $0.0536/hr"
19+
},
20+
{
21+
"type": "t3.large",
22+
"dispName": "General -- CPU: 2 -- RAM: 8 -- $0.1072/hr"
23+
},
24+
{
25+
"type": "m5.large",
26+
"dispName": "EBS-Optimized -- CPU: 2 -- RAM: 8 -- $0.1150/hr"
27+
},
28+
{
29+
"type": "c5.large",
30+
"dispName": "Compute -- CPU: 2 -- RAM: 4 -- $0.0970/hr"
31+
},
32+
{
33+
"type": "c5.xlarge",
34+
"dispName": "Compute -- CPU: 4 -- RAM: 8 -- $0.1940/hr"
35+
}
36+
]
37+
}
38+
}

0 commit comments

Comments
 (0)