summaryrefslogtreecommitdiff
path: root/tests/primer/packages_to_lint.json
blob: 507fa3af30eaea4bb933bc2eb8e853a3aa122b74 (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
{
  "flask": {
    "url": "https://github.com/pallets/flask.git",
    "branch": "main",
    "directories": ["src/flask"]
  },
  "pytest": {
    "url": "https://github.com/pytest-dev/pytest.git",
    "branch": "main",
    "directories": ["src/_pytest"]
  },
  "psycopg": {
    "url": "https://github.com/psycopg/psycopg.git",
    "branch": "master",
    "directories": ["psycopg/psycopg"]
  },
  "keras": {
    "url": "https://github.com/keras-team/keras.git",
    "branch": "master",
    "directories": ["keras"]
  },
  "sentry": {
    "url": "https://github.com/getsentry/sentry.git",
    "branch": "master",
    "directories": ["src/sentry"]
  },
  "django": {
    "url": "https://github.com/django/django.git",
    "branch": "main",
    "directories": ["django"]
  },
  "pandas": {
    "url": "https://github.com/pandas-dev/pandas.git",
    "branch": "master",
    "directories": ["pandas"],
    "pylint_additional_args": ["--ignore-patterns=\"test_"]
  },
  "black": {
    "url": "https://github.com/psf/black.git",
    "branch": "main",
    "directories": ["src/black/", "src/blackd/", "src/black_primer/", "src/blib2to3/"]
  },
  "home-assistant": {
    "url": "https://github.com/home-assistant/core.git",
    "branch": "dev",
    "directories": ["homeassistant"]
  },
  "graph-explorer": {
    "url": "https://github.com/vimeo/graph-explorer.git",
    "branch": "master",
    "directories": ["graph_explorer"],
    "pylintrc_relpath": ".pylintrc"
  },
  "pygame": {
    "url": "https://github.com/pygame/pygame.git",
    "branch": "main",
    "directories": ["src_py"]
  }
}