Skip to content

Commit f8f6ccd

Browse files
[primer] Add ansible (#10685)
[primer] Replace home-assistant with ansible
1 parent ddc8d4b commit f8f6ccd

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

tests/primer/packages_to_prime.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"ansible": {
3+
"branch": "devel",
4+
"directories": ["lib/ansible"],
5+
"url": "https://github.com/ansible/ansible",
6+
"pylintrc_relpath": "test/lib/ansible_test/_util/controller/sanity/pylint/config/default.cfg"
7+
},
28
"astroid": {
39
"branch": "main",
410
"directories": ["astroid"],
@@ -10,6 +16,12 @@
1016
"directories": ["src/black/", "src/blackd/", "src/blib2to3/"],
1117
"url": "https://github.com/psf/black"
1218
},
19+
"coverage": {
20+
"branch": "master",
21+
"directories": ["coverage"],
22+
"url": "https://github.com/nedbat/coveragepy",
23+
"pylintrc_relpath": "pyproject.toml"
24+
},
1325
"django": {
1426
"branch": "main",
1527
"directories": ["django"],
@@ -21,11 +33,6 @@
2133
"directories": ["src/flask"],
2234
"url": "https://github.com/pallets/flask"
2335
},
24-
"home-assistant": {
25-
"branch": "dev",
26-
"directories": ["homeassistant"],
27-
"url": "https://github.com/home-assistant/core"
28-
},
2936
"music21": {
3037
"branch": "master",
3138
"directories": ["music21"],
@@ -38,6 +45,12 @@
3845
"pylint_additional_args": ["--ignore-patterns=\"test_"],
3946
"url": "https://github.com/pandas-dev/pandas"
4047
},
48+
"poetry-core": {
49+
"branch": "main",
50+
"directories": ["src"],
51+
"url": "https://github.com/python-poetry/poetry-core",
52+
"pylint_additional_args": ["--recursive=y", "--source-roots=src"]
53+
},
4154
"psycopg": {
4255
"branch": "master",
4356
"directories": ["psycopg/psycopg"],
@@ -57,17 +70,5 @@
5770
"branch": "master",
5871
"directories": ["src/sentry"],
5972
"url": "https://github.com/getsentry/sentry"
60-
},
61-
"coverage": {
62-
"branch": "master",
63-
"directories": ["coverage"],
64-
"url": "https://github.com/nedbat/coveragepy",
65-
"pylintrc_relpath": "pyproject.toml"
66-
},
67-
"poetry-core": {
68-
"branch": "main",
69-
"directories": ["src"],
70-
"url": "https://github.com/python-poetry/poetry-core",
71-
"pylint_additional_args": ["--recursive=y", "--source-roots=src"]
7273
}
7374
}

0 commit comments

Comments
 (0)