summaryrefslogtreecommitdiff
path: root/tests/primer/packages_to_prime.json
blob: 34c380ecd710eb68d4b9b5988b66f79e8bf8eed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
  "astroid": {
    "branch": "main",
    "directories": ["astroid"],
    "url": "https://github.com/pylint-dev/astroid",
    "pylintrc_relpath": "pylintrc"
  },
  "black": {
    "branch": "main",
    "directories": ["src/black/", "src/blackd/", "src/blib2to3/"],
    "url": "https://github.com/psf/black"
  },
  "django": {
    "branch": "main",
    "directories": ["django"],
    "url": "https://github.com/django/django"
  },
  "flask": {
    "branch": "main",
    "directories": ["src/flask"],
    "url": "https://github.com/pallets/flask"
  },
  "music21": {
    "branch": "master",
    "directories": ["music21"],
    "pylintrc_relpath": ".pylintrc",
    "minimum_python": "3.10",
    "url": "https://github.com/cuthbertLab/music21"
  },
  "pandas": {
    "branch": "main",
    "directories": ["pandas"],
    "pylint_additional_args": ["--ignore-patterns=\"test_"],
    "url": "https://github.com/pandas-dev/pandas"
  },
  "psycopg": {
    "branch": "master",
    "directories": ["psycopg/psycopg"],
    "url": "https://github.com/psycopg/psycopg"
  },
  "pygame": {
    "branch": "main",
    "directories": ["src_py"],
    "url": "https://github.com/pygame/pygame"
  },
  "pytest": {
    "branch": "main",
    "directories": ["src/_pytest"],
    "url": "https://github.com/pytest-dev/pytest"
  },
  "sentry": {
    "branch": "master",
    "directories": ["src/sentry"],
    "url": "https://github.com/getsentry/sentry"
  },
  "coverage": {
    "branch": "master",
    "directories": ["coverage"],
    "url": "https://github.com/nedbat/coveragepy",
    "pylintrc_relpath": "pylintrc"
  },
  "poetry-core": {
    "branch": "main",
    "directories": ["src"],
    "url": "https://github.com/python-poetry/poetry-core",
    "pylint_additional_args": ["--recursive=y", "--source-roots=src"]
  }
}