Skip to content

Commit 49b329f

Browse files
Restore home-assistant to old primer and move others to new primer
1 parent e52f3f5 commit 49b329f

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
lines changed
+4-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
{
2-
"django": {
3-
"branch": "main",
4-
"directories": ["django"],
5-
"url": "https://github.com/django/django.git"
6-
},
7-
"keras": {
8-
"branch": "master",
9-
"directories": ["keras"],
10-
"url": "https://github.com/keras-team/keras.git"
11-
},
12-
"music21": {
13-
"branch": "master",
14-
"directories": ["music21"],
15-
"pylintrc_relpath": ".pylintrc",
16-
"url": "https://github.com/cuthbertLab/music21"
2+
"home-assistant": {
3+
"branch": "dev",
4+
"directories": ["homeassistant"],
5+
"url": "https://github.com/home-assistant/core.git"
176
}
187
}

tests/primer/packages_to_prime.json

+16
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,27 @@
1010
"directories": ["src/black/", "src/blackd/", "src/blib2to3/"],
1111
"url": "https://github.com/psf/black"
1212
},
13+
"django": {
14+
"branch": "main",
15+
"directories": ["django"],
16+
"url": "https://github.com/django/django"
17+
},
1318
"flask": {
1419
"branch": "main",
1520
"directories": ["src/flask"],
1621
"url": "https://github.com/pallets/flask"
1722
},
23+
"keras": {
24+
"branch": "master",
25+
"directories": ["keras"],
26+
"url": "https://github.com/keras-team/keras"
27+
},
28+
"music21": {
29+
"branch": "master",
30+
"directories": ["music21"],
31+
"pylintrc_relpath": ".pylintrc",
32+
"url": "https://github.com/cuthbertLab/music21"
33+
},
1834
"pandas": {
1935
"branch": "main",
2036
"directories": ["pandas"],

0 commit comments

Comments
 (0)