Skip to content

Commit

Permalink
Move all packages to the new primer
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed May 30, 2022
1 parent 7d2cef4 commit e739427
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 41 deletions.
24 changes: 1 addition & 23 deletions tests/primer/packages_to_lint_batch_one.json
Original file line number Diff line number Diff line change
@@ -1,23 +1 @@
{
"django": {
"branch": "main",
"directories": ["django"],
"url": "https://github.com/django/django.git"
},
"home-assistant": {
"branch": "dev",
"directories": ["homeassistant"],
"url": "https://github.com/home-assistant/core.git"
},
"keras": {
"branch": "master",
"directories": ["keras"],
"url": "https://github.com/keras-team/keras.git"
},
"music21": {
"branch": "master",
"directories": ["music21"],
"pylintrc_relpath": ".pylintrc",
"url": "https://github.com/cuthbertLab/music21"
}
}
{}
19 changes: 1 addition & 18 deletions tests/primer/packages_to_lint_batch_two.json
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
{
"pandas": {
"branch": "main",
"directories": ["pandas"],
"pylint_additional_args": ["--ignore-patterns=\"test_"],
"url": "https://github.com/pandas-dev/pandas.git"
},
"psycopg": {
"branch": "master",
"directories": ["psycopg/psycopg"],
"url": "https://github.com/psycopg/psycopg.git"
},
"sentry": {
"branch": "master",
"directories": ["src/sentry"],
"url": "https://github.com/getsentry/sentry.git"
}
}
{}
37 changes: 37 additions & 0 deletions tests/primer/packages_to_prime.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,43 @@
"directories": ["src/black/", "src/blackd/", "src/blib2to3/"],
"url": "https://github.com/psf/black"
},
"django": {
"branch": "main",
"directories": ["django"],
"url": "https://github.com/django/django.git"
},
"flask": {
"branch": "main",
"directories": ["src/flask"],
"url": "https://github.com/pallets/flask"
},
"home-assistant": {
"branch": "dev",
"directories": ["homeassistant"],
"url": "https://github.com/home-assistant/core.git"
},
"keras": {
"branch": "master",
"directories": ["keras"],
"url": "https://github.com/keras-team/keras.git"
},
"music21": {
"branch": "master",
"directories": ["music21"],
"pylintrc_relpath": ".pylintrc",
"url": "https://github.com/cuthbertLab/music21"
},
"pandas": {
"branch": "main",
"directories": ["pandas"],
"pylint_additional_args": ["--ignore-patterns=\"test_"],
"url": "https://github.com/pandas-dev/pandas.git"
},
"psycopg": {
"branch": "master",
"directories": ["psycopg/psycopg"],
"url": "https://github.com/psycopg/psycopg.git"
},
"pygame": {
"branch": "main",
"directories": ["src_py"],
Expand All @@ -24,5 +56,10 @@
"branch": "main",
"directories": ["src/_pytest"],
"url": "https://github.com/pytest-dev/pytest"
},
"sentry": {
"branch": "master",
"directories": ["src/sentry"],
"url": "https://github.com/getsentry/sentry.git"
}
}

0 comments on commit e739427

Please sign in to comment.