Skip to content

Commit 896c8ed

Browse files
DanielNoordjacobtylerwalls
authored andcommitted
Move more packages to the new primer
1 parent c9a3f21 commit 896c8ed

File tree

3 files changed

+22
-23
lines changed

3 files changed

+22
-23
lines changed

tests/primer/packages_to_lint_batch_one.json

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
"directories": ["django"],
55
"url": "https://github.com/django/django.git"
66
},
7-
"home-assistant": {
8-
"branch": "dev",
9-
"directories": ["homeassistant"],
10-
"url": "https://github.com/home-assistant/core.git"
11-
},
127
"keras": {
138
"branch": "master",
149
"directories": ["keras"],
+1-18
Original file line numberDiff line numberDiff line change
@@ -1,18 +1 @@
1-
{
2-
"pandas": {
3-
"branch": "main",
4-
"directories": ["pandas"],
5-
"pylint_additional_args": ["--ignore-patterns=\"test_"],
6-
"url": "https://github.com/pandas-dev/pandas.git"
7-
},
8-
"psycopg": {
9-
"branch": "master",
10-
"directories": ["psycopg/psycopg"],
11-
"url": "https://github.com/psycopg/psycopg.git"
12-
},
13-
"sentry": {
14-
"branch": "master",
15-
"directories": ["src/sentry"],
16-
"url": "https://github.com/getsentry/sentry.git"
17-
}
18-
}
1+
{}

tests/primer/packages_to_prime.json

+21
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@
1515
"directories": ["src/flask"],
1616
"url": "https://github.com/pallets/flask"
1717
},
18+
"home-assistant": {
19+
"branch": "dev",
20+
"directories": ["homeassistant"],
21+
"url": "https://github.com/home-assistant/core.git"
22+
},
23+
"pandas": {
24+
"branch": "main",
25+
"directories": ["pandas"],
26+
"pylint_additional_args": ["--ignore-patterns=\"test_"],
27+
"url": "https://github.com/pandas-dev/pandas.git"
28+
},
29+
"psycopg": {
30+
"branch": "master",
31+
"directories": ["psycopg/psycopg"],
32+
"url": "https://github.com/psycopg/psycopg.git"
33+
},
1834
"pygame": {
1935
"branch": "main",
2036
"directories": ["src_py"],
@@ -24,5 +40,10 @@
2440
"branch": "main",
2541
"directories": ["src/_pytest"],
2642
"url": "https://github.com/pytest-dev/pytest"
43+
},
44+
"sentry": {
45+
"branch": "master",
46+
"directories": ["src/sentry"],
47+
"url": "https://github.com/getsentry/sentry.git"
2748
}
2849
}

0 commit comments

Comments
 (0)